Results 1 to 4 of 4

Thread: ?Run VB on MS NT Sever

  1. #1

    Thread Starter
    New Member
    Join Date
    May 1999
    Location
    Angleton,Tx
    Posts
    5
    I wrote a small database using VB program for a friend who uses NT sever. The problem when he go to run the program it lock up thr Sever.

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    No where near enough Information.

    VB apps generally have no problem on NT so the following info would be nice.

    NT Version
    VB Version
    What db (SQL Server ODBS?) MS Access? etc
    local db? network db?
    RDO, ADO, DAO ???
    when does it lock up? on app load or when a button is pressed? what is the code in the event before failure?
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  3. #3
    Fanatic Member Wen Lie's Avatar
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    524

    Wink Well....

    Well.. Scott...

    I think you should specify more...
    Whether the database or the server which is locked by the application.
    Coz, till now, I never face the problem like yours.
    I'm using VB 6.0 SP2, Windows NT Workstation SP6 with Windows NT Option Pack 4.0
    I've experienced using Access 97/2000 with DAO 3.5 and currently, I'm using SQL Server 7.0 with ADO 2.5
    And, I never experienced the problem like you Scott..

    Perhaps, you should check the open recordset type (whether you use adOpenDynamic / adOpenKeySet / adOpenForwardOnly /..) and the locking recordset type (whether you use adLockOptimistic / adLockReadOnly /...) or something like that.

    Coz, I think, VB will never ever lock your server without any permissions from you. Yeah, the permissions will come from your coding of course...

    Cheers,
    Wen Lie
    Regards,
    [-w-]

  4. #4

    Thread Starter
    New Member
    Join Date
    May 1999
    Location
    Angleton,Tx
    Posts
    5
    I talk my friend he said that when he installed it it ran fine but then when he shutdown the machine and restarted it the program wouldn't work. The error message was this was program was created in Win98 and will not work in NT
    He using NT 2000 sever

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