Discussion:
Connecting to SQL Server
(too old to reply)
Jeff Barnes
2024-01-31 14:54:43 UTC
Permalink
So this is going to sound very simple to those of you who use sql but I've have never used sql so here goes....

All I need to do is:
-Connect to the SQL server (Microsoft SQL Server)
-Add a new record
-Add the data to the record (2 fields "Name" and "ID")
-Save and close

I've looked at some posts but I see different people doing things different ways and now I'm confused.
I should also mention that I've been out of the programming game for a while and am a bit rusty.

Can anyone point me in the right direction?
Enrico Maria Giordano
2024-02-06 13:39:02 UTC
Permalink
Post by Jeff Barnes
So this is going to sound very simple to those of you who use sql but I've have never used sql so here goes....
-Connect to the SQL server (Microsoft SQL Server)
-Add a new record
-Add the data to the record (2 fields "Name" and "ID")
-Save and close
I've looked at some posts but I see different people doing things different ways and now I'm confused.
I should also mention that I've been out of the programming game for a while and am a bit rusty.
Can anyone point me in the right direction?
If you already know how to use ADO then you just have to use the correct
connection string for MSSQL and maybe install a connector if it is not
already pre-installed in your Windows system.

If you don't know how to use ADO then I can provide you some samples.
--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Loading...