Search:

Type: Posts; User: giorgos

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    4,121

    Re: fill empty fields in ms access

    i want to save the name of the file in a variable mdb_name and then i will create an extra column file_name in every table of the file and then i want to fill the new column with the content variable...
  2. Replies
    2
    Views
    4,121

    fill empty fields in ms access

    Hi
    i have an access db (.mdb file) and i want to fill empty fields of a table in ms access.
    How i will do that with vb6?

    thanks
  3. Replies
    1
    Views
    2,702

    use vb6 ado access

    Hello,

    I want to connect an access file with vb6 by using ADO. Then i want to read a table from the file and if i read it i will show it to datagrid. After these i want to create a new .mdb file...
  4. Replies
    5
    Views
    6,027

    Re: copy access db to sql server 2005 db

    GaryMazzone,
    issues like what?

    and if we will forget these issus how i will do that app?
  5. Replies
    5
    Views
    6,027

    Re: copy access db to sql server 2005 db

    I have SQL Server 2005 and field names in the access database..
  6. Replies
    5
    Views
    6,027

    copy access db to sql server 2005 db

    Hi,

    I want to create an app that will copy and paste the content from some mdb files automaticaly to an sql server 2005 db. These db should have the same format(same number of tables etc like...
  7. Replies
    15
    Views
    11,096

    Re: unzip all the files in a folder

    Yes it works ,thanks a lot :)
  8. Replies
    15
    Views
    11,096

    Re: unzip all the files in a folder

    westconn1 your last code it doesn't do something i run it and i haven't neither an error nor something else.. i have already 2 zip files in c:\inbox\attachments\
    but then nothing unzipped at...
  9. Replies
    15
    Views
    11,096

    Re: unzip all the files in a folder

    Thanks westconn1 for your help i tried:



    Private Sub Command1_Click()
    Dim mypath As String
    Dim fname As String
    mypath = "c:\inbox\attachments\" ' your folder, note trailing \
    fname =...
  10. Replies
    15
    Views
    11,096

    Re: unzip all the files in a folder

    @Hack

    what did you mean?
  11. Replies
    15
    Views
    11,096

    Re: unzip all the files in a folder

    THanks for your help, i add Microsoft Common Dialog Control and i put it to my form but it send me a compile error "variable not defined" about CommonDialog..
  12. Replies
    15
    Views
    11,096

    Re: unzip all the files in a folder

    Thanks a lot for your helpbut I cant add a CommonDialog control because i didn't find it to the references, i try to browse COMMDLG.DLL by copy-paste it to a safe folder from system32 but nothing i...
  13. Replies
    15
    Views
    11,096

    [RESOLVED] unzip all the files in a folder

    Hello,
    I use vb6 and winzip and i want to auto-unzip any .zip file i have in a folder. i done that code but i can unzip only the 3.zip file. i don't care about the name.i just want to unzip all the...
  14. Replies
    2
    Views
    2,899

    Re: save attachment - gmail

    Thanks for your reply Nightwalker83 but I need code to receive.. with or without a free component.To send mail i have found a lot of examples in the net but not to save the attachment..
  15. Replies
    2
    Views
    2,899

    save attachment - gmail

    i want to write code that reads pop3 mail via SSl and downloads attachments (for gmail). the thing is, i have found and understood how to save mail but with a trial component and the mail is *.eml...
  16. Replies
    3
    Views
    3,157

    Re: pop3 email, ssl, attachment download

    i am using vb6 or vb2010.. which component do you think that it will be ok ?(ssl,pop3,save attachment - gmail)
  17. Replies
    3
    Views
    3,157

    pop3 email, ssl, attachment download

    hello guys. I post this under Network programming, but i dont know if it should belong on API. anyways..
    i want to write code that reads pop3 mail via SSl and downloads attachments (for gmail). the...
Results 1 to 17 of 18



Click Here to Expand Forum to Full Width