rapidsql

Rapid SQL/Sybase Open Client 15 Error: "Unable to find an available protocol driver structure"

All, After several months of not touching our databases I fired up Rapid SQL and get this error when I try and connect to a registered Sybase DB: "Layer (5) Origin (3), Severity (5), Number (3) ct_connect(): network_packet_layer: internal net library error: Unable to find an available protocol driver structure" Any ideas? I'm running...

How do you transfer all your connection configuration from one RapidSQL install to another?

Has anyone encountered this problem? I have installed RapidSQL on a new team member's machine, and now I want to configure his installation with my connection configuration (20+ connections). Does anyone know how to do this? Is there a file RapidSQL uses to transfer this information? Thanks for any feedback. ...

Creating tables through a script & how to run the script.

Hi Guys, Ive got a couple of scripts that I need to run on my databse. So I have a few questions. Im simply using Connection, CommandText,CommandType and CommandTimeout when opening a connection to the databse. First question - Does anyone know if through this method, I can create permantent tables, not temporary tables? Secondly - H...