Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > sqlserver server > february 2006 >

sqlserver server : Possible to Insert Records into ODBC Data Source from Stored Procedure?


Mike
2/28/2006 5:07:00 PM
I would like to insert records into a non MS-SQL database that I can connect
to with an ODBC data source.

This is possible? If so, can you give me an example of how to connect?

Thanks,

Mike

Linchi Shea
2/28/2006 8:20:26 PM
Yes, it is possible, and there are numerous ways of connecting to an ODBC
data source. If you are using C#, take a look at class OdbcConnection in the
System.Data.Odbc namespace --
http://msdn2.microsoft.com/en-us/library/at2sk77y.aspx.

Linchi

[quoted text, click to view]
AddThis Social Bookmark Button