from www.connectionstrings.com Adaptive Server Enterprise (ASE):
"Provider=Sybase.ASEOLEDBProvider;Srvr=myASEserver,5000;Catalog=myDBname;User Id=username;Password=password" - some reports on problem using the above one, try the following as an alternative - ----- Original Message ----- From: "saravanan vss" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, November 23, 2005 11:25 AM Subject: [AspClassicAnyQuestionIsOk] plz help me,how to connect asp to sybase > > <% > dim con > dim rs > dim sql > set con=Server.CreateObject("ADODB.Connection") > con.Open "DRIVER= {Sybase System 11};datasource=ntsybase;Database = > dgsd;ServerName = ntsybase;LogId = sa;password = "null"" > set rs = Server.CreateObject("ADODB.recordset") > sql="SELECT * FROM dgloc" > rs.Open sql,con > %> > > > > The error i get is; > Sybase][ODBC Driver]Unable to connect to database server: invalid > database engine command line > /saravanan/vss.asp, line 6 > > > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and > full Actor Database. > > [Non-text portions of this message have been removed] > > > > > > > > Yahoo! Groups Links > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
