SQL + VB Beginer need help 
Author Message
 SQL + VB Beginer need help

How to connect to SQL Server ? Only by ODBC or JET with tables linked to SQL
Server by ODBC ? or their is any other way to connect to SQL Server7 ?

--
Luis Pedro Pereira
CMC/IN2, SA - Dpt. Datalogic - QP
Tel: +351.21.4398450
Fax: +351.21.4303243
Web: www.cmcin2.pt



Mon, 03 Mar 2003 03:00:00 GMT  
 SQL + VB Beginer need help

You can via ADO and OLEDB as well.

cn.open "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security
Info=False;Initial Catalog=MySchema;Data Source=MYSERVER"

There are many resources on MSDN Online to assist you with ADO at
http://msdn.microsoft.com/library.

Kirk Allen Evans



Quote:
> How to connect to SQL Server ? Only by ODBC or JET with tables linked to
SQL
> Server by ODBC ? or their is any other way to connect to SQL Server7 ?

> --
> Luis Pedro Pereira
> CMC/IN2, SA - Dpt. Datalogic - QP
> Tel: +351.21.4398450
> Fax: +351.21.4303243
> Web: www.cmcin2.pt




Mon, 03 Mar 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Beginer NEED HELP.

2. BEGINER NEED HELP!!

3. BEGINER NEEDS HELP PLEASE...

4. Beginer NEED HELP

5. beginer to crescent internet tool pack, need help

6. beginer need HELP

7. Beginer needs help openig new files

8. Need Report to look at SQL Data source ( VB / CR newbie needs help)

9. beginer level webclass tutorial needed

10. I need a Beginer's Tutorial...

11. need help in VB + SQL

12. I Need help to convert this code to vb.net (getting a list of sql Servers)

 

 
Powered by phpBB® Forum Software