Jump to content

plugin truble


vook

Recommended Posts

Please, tell me how to use plugin sqllink.exe with ms access.

in the "Control Panel->Performance and Maintenance->Administrative

Tools->Data Sources (ODBC) i add dsn AC with ms access driver

and browse database db1 with table tb1

in IVM: SQLLink.exe AC insert into tb1 in db1 (oper,number,summ)

values (%oper%,%number%,%summ%)

SQLLink.exe will return either 'Error'

if i write SQLLink.exe Ac select number date from tb1

system get error messege and shutdown sqllink.exe

 

My system Win NT 5.1 build 2600

i think its very simply, but i dont know how to use this plugin and sql

requests.

Link to comment
Share on other sites

  • 10 months later...
Please, tell me how to use plugin sqllink.exe with ms access.

in the "Control Panel->Performance and Maintenance->Administrative

Tools->Data Sources (ODBC) i add dsn AC with ms access driver

and browse database db1 with table tb1

in IVM: SQLLink.exe AC insert into tb1 in db1 (oper,number,summ)

values (%oper%,%number%,%summ%)

SQLLink.exe will return either 'Error'

if i write SQLLink.exe Ac select number date from tb1

system get error messege and shutdown sqllink.exe

 

My system Win NT 5.1 build 2600

i think its very simply, but i dont know how to use this plugin and sql

requests.

Not sure if you got your answer...

To get this plugin to work, you'll have to specify the name and path of the sqllink.exe in the RUN EXE section

In the With Arguments Section:

1. enter the dsn name (in your case AC)

2. Type the sql query

 

It works for me, though I don't do any inserts

Link to comment
Share on other sites

  • 1 month later...
Not sure if you got your answer...

To get this plugin to work, you'll have to specify the name and path of the sqllink.exe in the RUN EXE section

In the With Arguments Section:

1. enter the dsn name (in your case AC)

2. Type the sql query

 

It works for me, though I don't do any inserts

 

Make sure you separate the dsn from the sql statement. I found the iunstruction on had put them on the same aurgument line. put them on separate lines.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...