Re: Google Gadget
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Wed, 12 Mar 2008 07:35:16 -0400
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"
.
- Follow-Ups:
- Re: Google Gadget
- From: bagega
- Re: Google Gadget
- References:
- Google Gadget
- From: bagega
- Google Gadget
- Prev by Date: Google Gadget
- Next by Date: Re: Google Gadget
- Previous by thread: Google Gadget
- Next by thread: Re: Google Gadget
- Index(es):
Relevant Pages
|