Results 1 to 6 of 6

Thread: why it's not running ?[Resolved]

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    why it's not running ?[Resolved]

    Can anyone figure out what's hindering this proj from running ?
    Attached Files Attached Files
    Last edited by Pirate; Feb 18th, 2003 at 05:24 PM.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    dont know about you, but it freezes on ADOConnection1.Open() for me because it is not a valid connection to connect to. Again, dont knoe what setup you are using. If you are freezing a tthe same place, check you connection string.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    yeah at the same place .Let me make sure of the connection.

  4. #4

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I even tried this but no luck
    VB Code:
    1. Dim mypassword As String = "password"
    2.     Public MyPath As String = Application.StartupPath & "\webdb.mdb"
    3.  
    4.     Dim ADOConnection1 As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & MyPath & ";Jet OLEDB:Database Password=" & MyPassword)
    The problem is : I can't see the form nor the code is running .

  5. #5

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Is this kind of protection ??
    it makes no difference either it is deleted or existed .
    Attached Files Attached Files

  6. #6

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Talking

    figured out !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width