Tagged Questions
The rapidsql tag has no wiki summary.
2
votes
2answers
470 views
How to test an Oracle Stored Procedure with RefCursor return type?
I'm looking for a good explanation on how to test an Oracle stored procedure in SQL Developer or Embarcardero Rapid XE2. Thank you.
1
vote
0answers
94 views
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 ...
1
vote
1answer
1k views
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) ...
0
votes
2answers
120 views
RapidSQL (Embacadero) error db2abind.dll is missing
I just installed rapidSQL 8.0.1 and tried connecting to a valid database. I'm fairly certain I have the right connection data (it was imported from another developer), but I'm getting the following ...
0
votes
0answers
535 views
Upgrade Rapid-Sql Client to work with Sybase 15
I'm attempting to run queries on a Sybase15 database via Rapid Sql. I'm getting error messages such as
-- Number (103) Severity (15) State (207) Server (serverName) The identifier that starts with ...
0
votes
3answers
102 views
Creating tables through a script & how to run the script
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 ...