cyberbiker
Programmer
I have no knowledge of MySQL to speak of so please be patient. I am at the "Crawl before you walk stage"
I am currently developing an application using SQL Server7 Desktop. I am looking at the feasablity of perhaps distributing this app with MySQL
I currently use WindowsNT Security to connect to the database. Would I be able to do the same with MySQL?
My current connection string is:
"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=disdb;Data Source=TERRYLAPTOP"
If I understood what I read last night, this string should work by changing the provider and the datasource.
Is this a substantially correct understanding?
Terry (cyberbiker)
I am currently developing an application using SQL Server7 Desktop. I am looking at the feasablity of perhaps distributing this app with MySQL
I currently use WindowsNT Security to connect to the database. Would I be able to do the same with MySQL?
My current connection string is:
"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=disdb;Data Source=TERRYLAPTOP"
If I understood what I read last night, this string should work by changing the provider and the datasource.
Is this a substantially correct understanding?
Terry (cyberbiker)