Search:

Type: Posts; User: esaglam

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    692

    Re: Error in consult SQL

    myrecset1.open "select name from tabl",myconn,adopendynamic,adlockoptimistic
    msgbox myrecset1.fields("name")
  2. Thread: Flexgrid

    by esaglam
    Replies
    4
    Views
    840

    Re: Flexgrid

    http://www.vbforums.com/showthread.php?t=663732
  3. Replies
    2
    Views
    527

    Re: Tabbed Userform

    which used a tab control.
  4. Re: ADO problem on Windows 7 due to missing OCX

    install your application run as administrator.

    or try
    Use Microsoft ActiveX Data Objects 6.0 BackCompat


    http://support.microsoft.com/kb/2517589
  5. Replies
    2
    Views
    560

    Re: Monitor TV power status?

    Install a device such as an alarm circuit. (I do not know how to)
    TV turns off, play Let the alarm.
  6. Re: copy table from database to another database vb6

    to make a link your tables like this example
    and try previous sample



    Dim adoCn As ADODB.Connection
    Dim adoCat As New ADOX.Catalog
    Dim adoTbl As New ADOX.Table

    Private Sub Command1_Click()
  7. Re: copy table from database to another database vb6

    Connect to the database before the new source table.
    (linked table)

    after try this

    cnn.execute "select * into newtablename from oldtablename"
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width