Link to home
Start Free TrialLog in
Avatar of ksanders
ksanders

asked on

SQL in VC++ DLL

I am trying to run a SQL stored procedure in a VC++ DLL.  I can create the DLL, I can create an EXE which does the stored procedure well.  I cannot seem to use the dbinit() function from within my DLL.  It complains of an unresolved external reference "_dbinit".  Due to my inexperience, I believe I'm missing something fairly simple.  klsanders@thegrid.net
ASKER CERTIFIED SOLUTION
Avatar of wardkd
wardkd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ksanders
ksanders

ASKER

Thank you wardkd.  I found a .lib file called ntwdblib.lib, included it and the DLL compiled!  I know this is just the beginning for me, but it was very important that I get an answer and a way to proceed FAST.  Thank you very much.  kls
Thank you very much.  I'm sure you'll be seeing me around here often.  kls