I have a UNIX database that I utilize using a System DSN called RMS-Relativity.
In VB6 I would simply use.
VB Code:
cn.open "RMS-Relativity", "uid", "pwd"
How could I use this same system DSN in ASP .Net?
Thanks
Printable View
I have a UNIX database that I utilize using a System DSN called RMS-Relativity.
In VB6 I would simply use.
VB Code:
cn.open "RMS-Relativity", "uid", "pwd"
How could I use this same system DSN in ASP .Net?
Thanks
Anyone have any ideas on this?
Surely I'm not the only one that has to use a database driver that is not SQL or MS Access.
Anyone have any ideas?