dear friends,
i want to connect vb with sql server database. i am not having the rights to create dsn. how can i? please help me.
i connected with access by the following method
Set cn = New ADODB.Connectio n
cn.Provider = "Microsoft.JET. OLEDB.4.0"
cn.ConnectionSt ring = "d:\vb projects\a.mdb"
cn.Open
please help me.......
samy
i want to connect vb with sql server database. i am not having the rights to create dsn. how can i? please help me.
i connected with access by the following method
Set cn = New ADODB.Connectio n
cn.Provider = "Microsoft.JET. OLEDB.4.0"
cn.ConnectionSt ring = "d:\vb projects\a.mdb"
cn.Open
please help me.......
samy
Comment