reayuda
Publicado por khriz (5 intervenciones) el 26/11/2008 17:03:14
mira stoy tratando de hacer un ejecutable en power builder y no me sale estos son los paso q stoy siguiendo verifequen q stoy haciendo mal preimero creo mi archivo
ini
[DATABASE]
DBMS="ODBC"
DBPARM=ConnectString=''DSN=registro_socios''
Server="localhost"
luego stoy e la apcion open
/ Profile registro
string ruta
ruta='E:Registro_sociosINIsocios.ini'
SQLCA.DBMS = ProfileString(ruta,"DataBase","DBMS"," ")
SQLCA.DBParm = ProfileString(ruta,"DataBase","DBParm"," ")
SQLCA.AutoCommit = False
//// Profile registro
//SQLCA.DBMS = "ODBC"
//SQLCA.AutoCommit = False
//SQLCA.DBParm = "ConnectString='DSN=registro_socios'"
connect using SQLCA;
if SQLCA.sqlcode <> 0 then
messagebox("Verifique, Error de Acceso", SQLCA.sqlerrtext)
halt close
end if
open(w_password)
luego dentro a new / proyect /aplication
lo pongo full
y hago el deploy
cuamdo sale en ejecutable me sale el mensaje
DBMS is not supporterd in your current is installation
gracias
ini
[DATABASE]
DBMS="ODBC"
DBPARM=ConnectString=''DSN=registro_socios''
Server="localhost"
luego stoy e la apcion open
/ Profile registro
string ruta
ruta='E:Registro_sociosINIsocios.ini'
SQLCA.DBMS = ProfileString(ruta,"DataBase","DBMS"," ")
SQLCA.DBParm = ProfileString(ruta,"DataBase","DBParm"," ")
SQLCA.AutoCommit = False
//// Profile registro
//SQLCA.DBMS = "ODBC"
//SQLCA.AutoCommit = False
//SQLCA.DBParm = "ConnectString='DSN=registro_socios'"
connect using SQLCA;
if SQLCA.sqlcode <> 0 then
messagebox("Verifique, Error de Acceso", SQLCA.sqlerrtext)
halt close
end if
open(w_password)
luego dentro a new / proyect /aplication
lo pongo full
y hago el deploy
cuamdo sale en ejecutable me sale el mensaje
DBMS is not supporterd in your current is installation
gracias
Valora esta pregunta


0