This is a discussion on mdb to SQL SERVER within the ASP Development forums, part of the Programming & Scripting category; Originally Posted by micky koi baat nahi, chalne lagegi, chinta mat kar You need to check if your recordset has ...
| |||||||
|
#21
| ||||
| ||||
| Quote:
Code: If NOT rs.BOF and NOT rs.EOF Then |
|
#22
| ||||
| ||||
| You need to learn to debug ![]() Debug and see if its going in IF loop or not and if going, then in which IF loop does it go!
__________________ Get the Mantra! |
|
#23
| ||||
| ||||
| it checks to see if its EOF and its not so then it goes through.. then crashes at password. thats as far as i can debug.. what else can i do? |
|
#24
| ||||
| ||||
| after the eof line, print the password and see what it brings from database. |
|
#25
| ||||
| ||||
| Quote:
If NOT rs.BOF and NOT rs.EOF Then response.write rs("password") response.end |
|
#26
| ||||
| ||||
| If its not going inside IF loop, then probably you dont have such record in database. |
|
#27
| ||||
| ||||
| Quote:
|
|
#28
| ||||
| ||||
| Ok, response.write your query and copy that query in your database's query analyzer and see what does it returns!! As i said, its all debugging now. |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SQL Server Integration Services | guddu | Microsoft SQL Server | 1 | April 24th, 2009 07:08 AM |
| SQL Server CREATE TABLE..LIKE | Wolffy | SQL Code Samples | 2 | March 12th, 2009 04:51 PM |
| SQL Server 2008 | stephenhy88 | Microsoft SQL Server | 7 | August 13th, 2008 01:55 AM |
| SQL Server Views | theChris | Microsoft SQL Server | 3 | March 23rd, 2008 07:35 PM |