Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 01:41 PM
Lee Mundie
Guest
 
Posts: n/a
Default NS Problem

Hi,
Seem to be having a problem with SQL String in that it inserts into to
the DB when using IE but not Netscape...
Any Ideas? Thanks in advance...

Lee


strSQL = "INSERT INTO tblActiveUser (IP, Author_ID, OS, Browser, Hide)
VALUES ('" & strIPAddress & "','" & lngActiveUsersID & "','" & strOS &
"','" & strBrowserUserType & "','" & blnHideActiveUser & "');"



  #2  
Old July 19th, 2005, 01:41 PM
Mark Schupp
Guest
 
Posts: n/a
Default Re: NS Problem

Add

response.write strSQL
Response.End

To see what the difference is in the SQL Statement.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Lee Mundie" <leemundie@houston.rr.com> wrote in message
news:a06xc.42844$4x2.27746@fe2.texas.rr.com...[color=blue]
> Hi,
> Seem to be having a problem with SQL String in that it inserts into to
> the DB when using IE but not Netscape...
> Any Ideas? Thanks in advance...
>
> Lee
>
>
> strSQL = "INSERT INTO tblActiveUser (IP, Author_ID, OS, Browser, Hide)
> VALUES ('" & strIPAddress & "','" & lngActiveUsersID & "','" & strOS &
> "','" & strBrowserUserType & "','" & blnHideActiveUser & "');"
>
>
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles