|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi Guys,
I'm new in ASP, i'm using Mic Access and Windows XP as OS. Can you guys help me on this code : <% Dim objConn, rsLogin Set objConn = Server.CreateObject("ADODB.Connection") objConn.Open "DSN=egbit_dev;" Set rsLogin= objConn.Execute("SELECT * FROM adm_usertab ") If Not rsLogin.EOF Then %> user id : <%=rsLogin.Fields("user_id")%> user_pwd : <%=rsLogin.Fields("user_pwd")%> <% Else %> do nothing <% End If rsLogin.Close Set rsLogin= Nothing objConn.Close Set objConn = Nothing %> I got this error msg : Error Type: Microsoft VBScript compilation (0x800A0408) Invalid character /devasp/E-GBIT/Scripts/test.asp, line 23 For your info line 23 in the red color ' Please help me on this. really appreciate your feedback. Regards, Shaffiq |
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > what wrong with my code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|