Re: Google Gadget
- From: bagega <bagega@xxxxxxxxx>
- Date: Wed, 12 Mar 2008 09:29:08 -0700 (PDT)
On 12 Mar, 12:35, "Bob Barrows [MVP]" <reb01...@xxxxxxxxxxxxxxx>
wrote:
bagega wrote:
Hi,
I would to load a set of values stored in a table in MSSQL, and take
the into a google desktop gadget.
I asked for that in GD group and they kindly told me that you're going
to help me.
This is what I have to do:
let's suppose:
Goal: load the values in a table and store them in some variables
DBMS: SQLServer2005
name of the Server "MYSERVER"
name of the table HELPME
name of columns of inteerest ONE and TWO
name of the variables I want to fill var1 and var2
We're going to need some more information:
1. What version of sql server are you using?
2. What programming language and platform are you using
3. Where specifically do you need help?
- With the database tasks? Frankly, the names of your table and columns
don't inspire confidence in your database abilities. If so, what datatypes
are needed for those two columns? Why aren't there any other columns to help
us key the table rows and select which row of data to retrieve from the
table? And why do the table and columns need to have such nondescriptive
names? Are you having trouble creating the table? If so, you should
1. start reading SQL Books Online
2. ask for help with this part in a sqlserver group (although, given some
details, we can provide some help in this area)
- With writing the query to retrieve the data you want?
- With the ADO code to open a connection to the database and open a
recordset?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Hi,
first of all thanks for answering.
second, Yes, I'm not too confident with Databases, but the table names
were just an example.
I'm going to answer to what you asked:
what datatypes are needed for those two columns? INT
1. What version of sql server are you using? 20054. In Google desktop developer forum they told me to use ADOdb, and it
2. What programming language and platform are you using? I'm using google gadget SDK
3. Where specifically do you need help? I need to know how store the value of the value in the first row of a column of a table
didn't sound a bad idea
.
- Follow-Ups:
- Re: Google Gadget
- From: Bob Barrows [MVP]
- Re: Google Gadget
- References:
- Google Gadget
- From: bagega
- Re: Google Gadget
- From: Bob Barrows [MVP]
- Google Gadget
- Prev by Date: Re: Google Gadget
- Next by Date: Re: Google Gadget
- Previous by thread: Re: Google Gadget
- Next by thread: Re: Google Gadget
- Index(es):
Relevant Pages
|
|