hi,
i try to connect to northwnd db using OleDbDataAdapter, the name of ms sqlserver is DAMLA\SMARTEAM, instead of using DAMLA\SMARTEAM, i should use DAMLA\\SMARTEAM as a server name in the data adapter configuration wizard, so is there any way to modify the connection string in this wizard???
i'll appreciated if you can help me to solve this problem.
thanks
Loading
Emre KamucuPosted Nov 10, 2006, 5:03 AM
i need feedback, i need solution to my problem...
please, don't make me hesitate for the seriousness of this site.
send your real, logical solutions...
many thanks
Emre
Emre KamucuPosted Nov 8, 2006, 4:06 PM
Ibrahim ErsoyPosted Nov 8, 2006, 4:13 AM
dim conn as new oledbconnection("Provider = SQLNCLI;Data Source = .\SQLEXPRESS;Initial Catalog =
dim adp as new oledbdataadapter("query",conn)
dim ds as new dataset()
adp.fill(ds)
datagridview1.datasource=ds
u can change your connectionstring like that
"Provider = SQLNCLI;Data Source = DAMLA\\SMARTEAM\SQLEXPRESS;Initial Catalog =
thats it