Hello,
I'm developing a C# application that, among other things, builds a connection string using the MSDASC.DataLinks class. What I'm getting now is a connection string which is very similar to the ones used by EA, but I'm still missing a part. What I'm trying to get is something similar to this string:
cecere --- DBType=0;Connect=Provider=MSDASQL.1;Persist Security Info=False;Data Source=Cecere
while right now I'm getting this one:
Provider=MSDASQL.1;Persist Security Info=False;Data Source=Cecere
So I'm currently missing the first part. As for the name of the connection (in this case, "cecere"), I guess I should simply ask the user to provide one, but I don't know how to set the value of "DBType". Can you help me?
Thanks
S.M.
http://www.soluta.net