<script type="text/vbscript">
Function approve_OnClick ()
dim mss
mess = MsgBox ("Are you sure to add?", 32+4, "Asking")
if mess = vbyes then
<%
set conn=Server.Cre ateObject("ADOD B.Connection")
conn.Provider=" Microsoft.Jet.O LEDB.4.0"
conn.open "C:\db1.mdb "
sql="INSERT INTO Students (Name) Values ('test')"...
User Profile
Collapse
-
add database in vbscript function
-
keep the values when it redirect the same page
Hi,
I have a question.
I made the create the new user form.
Code:<script language="javascript"> function submitFrm() { document.submitform.action="complete.asp" document.submitform.submit(); } function Validate() { var username = document.submitform.username.value; var password = document.submitform.password.value;
Last edited by Niheel; Jul 27 '06, 05:50 AM. -
Open MS Access with user-level security
I have a question.
I want to open the MS Access file with user-level Security.
I know that if I do NOT setup user-level Security in the MS Access file, and create the table for login in the MS Access file (Put the MS Access file in the server), then it works. I did that.
But, I want to know whether or not we can use ASP code to open the MS Access (MS Access user-level Security setting). This way I can put the MS Access...
No activity results to display
Show More