ASP Forum
asp and aspx
new_learner | Posted 0:02am 1. April 2009 Server Time |

Can classic asp and .net asp be combined. What i mean is can i have few pages of asp and few of aspx with the same application/website, will i be able to transfer values between the two...
looking forward for a response..thank you
Sojan | Posted 4:40am 1. April 2009 Server Time |

And Google says.... "Yes!"

Two examples would be:
http://msdn.microsoft.com/en-us/library/aa479313.aspx
http://www.eggheadcafe.com/articles/20021207.asp
ranju | Posted 5:01am 18. April 2009 Server Time |

i'm getting error massage while running my asp page i.e

Error Type:
Microsoft JET Database Engine (0x80004005)
Operation must use an updateable query.
/sav.asp, line 20

& this error mostly comes & thos lins are as follows

objconn.open "provider=microsoft.jet.oledb.4.0; data source=C:\Inetpub\wwwroot\ranj.mdb"
objconn.Execute "insert into ranju  values ('" &  fname & "','" & mname & "','" & lname & "')"
Response.Write("<h1> Registration Completed")

plz help me out
arrowgance | Posted 7:11am 6. May 2009 Server Time |

Error Type:
Microsoft JET Database Engine (0x80004005)
Operation must use an updateable query.
/sav.asp, line 20

  the folder where your database resides must have write permissions, ir the IUSR<machine_name> must have write access.

  google it for details


Reply to Post asp and aspx



Back to Forum Page