Hello everyone!
Please help me. I have installed oracle 11g database along with 11g 64 bit client on my windows 7 64 bit machine. I can connect to oracle database using Oracle Sql Develoer and SqlPlus. when I try to create oracle database profile using ORA Oracle in PowerBuilder I get this error...
Try using powerbuilder datawindow EVENT IDs
Sample code for down arrow key to select a single row
-----------------------------------------------------
create a user event ue_key_down() and Assign event id pbm_dwnkey to it.(You will find this event id in the dropdown list)
this.selectrow(0...
This works for sqlsever
write a gobal function and add this code
string Mysql
datetime ldt_server_datetime
DECLARE my_cursor DYNAMIC CURSOR FOR SQLSA ;
PREPARE SQLSA FROM "SELECT GetDate() " ;
OPEN DYNAMIC my_cursor ;
FETCH my_cursor INTO :ldt_server_datetime ;
CLOSE my_cursor ...
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.