各位朋友:
   我在odbc里配置好了数据库,测试连接是成功的,我在dephi中用adoquery空间测试用户和密码都通过了,但是程序一运行旧出现下面的错误---------------------------
Debugger Exception Notification
---------------------------
Project Project_practice.exe raised exception class EOleException with message '[Microsoft][ODBC SQL Server Driver][SQL Server]Óû§ '1111' µÇ¼ʧ°Ü¡£'. Process stopped. Use Step or Run to continue.
---------------------------
OK   Help   
---------------------------
而且我给这个用户的权限是给的完全的权限,不知道为什么

解决方案 »

  1.   

    刚才的问题解决了,但是有出现新的问题---------------------------
    Debugger Exception Notification
    ---------------------------
    Project Project_practice.exe raised exception class ESocketError with message 'Asynchronous socket error 10049'. Process stopped. Use Step or Run to continue.
    ---------------------------
    OK   Help   
    ---------------------------
    procedure TForm1.FormShow(Sender: TObject);
    begin
     splash.ShowModal;
     splash.Destroy;
     frmlogin.Showmodal;
    end;这个是我的程序,现在程序就听在这个地方,提示的错误如上,请指点
      

  2.   

    刚才的问题是有个连接的属性没有打开,现在社成true就可以了