| Author |
Sample application for Connect MSSQL
|
|
|
| I am a new comer in Clarion 5.
Anyone can send me Simple application how to connect to MSSQL ?
My email is surat2@gmail.com
Thank you.
Erwin
| |
| sandinzz@yahoo.com 2006-04-28, 3:55 am |
| Hi.
1. Create privileged user/users on MSSQL server - it has nothing to do
with Clarion
2. You have to choose MSSQL database driver in Clarion dictionary for
all files/databases in DCT. The APP generator will create application
with login/connect window.
| |
|
| Sandi........I already do like you info, but the error is appear. "
ODBC.DLL not found'
| |
| sandinzz@yahoo.com 2006-05-03, 3:55 am |
| Hi.
I suppose you are geting this error from the linker?
What operating system do you have? There is ODBC32.DLL (not ODBC.DLL)
on system32 subfolder on Windows XP.
Zoran.
| |
|
| Thank you all, I can connect it.
The problem now is.......why my application always create file in
another Database ?
I have a database name A:
Then I create a new database name B: for my new clarion application.
I have create ODBC to access database B.
But the application always put the create file...in database A.
Anything problem ?
Thank You
Erwin
sandinzz@yahoo.com wrote:
> Hi.
> I suppose you are geting this error from the linker?
> What operating system do you have? There is ODBC32.DLL (not ODBC.DLL)
> on system32 subfolder on Windows XP.
> Zoran.
| |
| sandinzz@yahoo.com 2006-05-04, 3:55 am |
| Hi.
I am not very much familiar with MSSQL. Try to create privileged MSSQL
users (!) and then login from your Clarion application. Zoran.
|
|
|
|