I am calling a SQL stored procedure from VB for a recordset of date field in SQL. Does anyone know if the SQL datetime type and VB date type are compatible? Do I need to do some sort of conversion before the SQL datetime type value is assigned to a VB date value?
Onpnt,
I checked out your sample page and it function pretty good except for one small issue. On page one, I entered "test3" and clicked submit. The result took me to page two. I then click on the back button which brought me back to page one with the input field set either as...
Thanks guys. Both example does help with the ideas. I do want the user to be able to click the "back" button and viewed what they have inputted. However, I do not want to log the transaction again even if they made changes. Maybe I'll disable the submit button when they use the...
Thanks Onpnt. The process of how the page is currently working is that once you click on submit, it logs the transaction to my SQL and HP server and spits back a reference number which then redirect to the summary page.
So based on your sugestion upon using hidden field after clicking...
I have 3 ASP pages (intro, forms, and a summary page). A user comes to the "intro" page and then to the "forms" page to enter his/her data to be submitted to an SQL and HP server. After the "submit" is clicked, the information get posted to the server and a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.