Ver Mensaje Individual
  #4  
Antiguo 07-06-2014
Avatar de anubis
anubis anubis is offline
Miembro
 
Registrado: mar 2007
Posts: 863
Reputación: 20
anubis Va por buen camino
Hola,

El de crear rol si funciona, el que no funciona es:

Código SQL [-]
with datamodule1.ZQuery1 do
 begin
  close;
  sql.Clear;
  sql.add('create user pepito password ''12345678''');
  SQL.Add('FIRSTNAME ''JOSE'' MIDDLENAME ''APOLONIO'' LASTNAME ''PEREZ''');
  execsql;
  end;
Responder Con Cita