Hi,
I used to work with DBArtisan for a few years, but now I can recommend using a free tool named ASEIsql - http://dm.char.com.ua/ase/aseisql.htm
check it out.
iziki.
Hi Rocco,
As I recall, this might be caused because the physical connection dies before it gets a response.
try to set the automatic timeouts to False.
example :
sp_serveroption your_server_name "timeouts", false
go
Iziki.
The PBL file stands for Power Builder Library - meaning this is the source code.
you probably meant to ask about PBD file, and as for PBD - I don't think that you can get the source code from it.
iziki.
Hi Bobk,
I suggest you try using the isql -b switch for removing the headers and the set nocount on command for removing the display of number of rows affected.
hope that helps :-)
iziki.
you can write your sql into a file and then run it using ISQL -S[servername] -U[username] -P[password]-i [your_file_name.sql] -o [output_file_name.out]
the table will be avail. in the output file.
Iziki
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.