User Profile

Collapse

Profile Sidebar

Collapse
accessman2
accessman2
Last Activity: Apr 20 '06, 07:06 PM
Joined: Apr 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • accessman2
    started a topic add database in vbscript function

    add database in vbscript function

    <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')"...
    See more | Go to post

  • 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;
    ...
    See more | Go to post
    Last edited by Niheel; Jul 27 '06, 05:50 AM.

  • accessman2
    started a topic Open MS Access with user-level security

    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...
    See more | Go to post
No activity results to display
Show More
Working...