Search:

Type: Posts; User: Emidio

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    335

    Discoverying the kind of SO

    Hey guys,

    How can I do to get the System Operational (Windows 95, Windows98, Windows NT, 2000, XP) ?

    And the default windows path?

    tkx.
  2. Hey guys. You have to use the commands from...

    Hey guys.

    You have to use the commands from Excel to import it. If you use a loop, your program will be slow.

    Look an solution I have:



    Dim ExcelApp As Excel.Application
    Dim...
  3. Replies
    4
    Views
    435

    Tkx Mike, It´s means the transactions...

    Tkx Mike,

    It´s means the transactions (connection.beginstrans/connection.committrans) encase an operation that uses SELECT?

    I'm need sure that an user never will get an number updatable by...
  4. Hi Al Bourque, Did you try vinculate from ODBC...

    Hi Al Bourque,

    Did you try vinculate from ODBC driver linked on SQL Server?
  5. Replies
    4
    Views
    435

    Hey guys, Sure that someone knows about ADO...

    Hey guys,

    Sure that someone knows about ADO locking records.

    Come on!!! :)

    tkx
  6. Replies
    4
    Views
    435

    Locking a operation (UPDATE+SELECT)

    Hi All,

    I want to do this:

    - Update a field with your value + 1.
    - Get this new value.

    I'll need to use an UPDATE + SELECT in diferent lines because I use VB6 + Access 97 + ADO (MDAC 2.1)
    ...
  7. Replies
    4
    Views
    415

    Hey MarkT. The correct SQL syntax is ...

    Hey MarkT.

    The correct SQL syntax is

    Statement = "Select * From TicketSales Order By " & SortParamter

    You can´t put '' because the SQL processor needs a literal field name, or alias name,...
  8. Error 20532 'cannot find database DLL'. I have an solution.

    Hello guys!

    My scenario:

    Server: Windows 2000 + SQL Server 7.0
    Workstation: Windows 98SE
    Dev Machine: Windows 98SE + VB 6.0 SP5 (MDAC 2.5) + Crystal Reports 8.0 + SQL Server 7.0 Tools

    In...
  9. Replies
    7
    Views
    670

    ;) Dear krah. Is recommend by some...

    ;)

    Dear krah.

    Is recommend by some enterprises that you have 20% free space in your HD to give more speed and don't lose your files.

    I don't understand what relationship about free space in...
  10. Replies
    13
    Views
    815

    Ok guys, Tkx for yours reply. Set Form1 =...

    Ok guys,

    Tkx for yours reply.

    Set Form1 = Nothing really works, but is better in Form_QueryOnload() than MDIForm_Click() because I want to variable is OUT of memory space when I unload the...
  11. Replies
    13
    Views
    815

    Oh my God! Is it a BUG?

    Hey guys,

    I have a problem. A variable declared in Module level don't want to be cleared when I close the form.

    Look the example attached.

    Please, tell me... :D
  12. Replies
    1
    Views
    571

    Oh my God! Is it a BUG?

    Hey guys,

    I have a problem. A variable declared in Module level don't want to be cleared when I close the form.

    Look the example attached.

    Please, tell me... :D
  13. Replies
    3
    Views
    486

    Tkx CyberCarsten, but I still can't make a...

    Tkx CyberCarsten, but I still can't make a ComboBox with the Dial-Up Connections Names.

    Actually, I need to create a Form with a ComboBox (with names of dial-up connections), and a CommandButton...
  14. Replies
    3
    Views
    486

    Evoking a Dial-Up windows

    Hy guys.

    I'm developing a program that need to call an Dial-up window for my client to make a Internet Connection.

    How can I do to evoke a Dial-Up window? And how can I list all Dial-ups...
  15. Replies
    6
    Views
    2,088

    Hi Glenn, I just found the answer of my...

    Hi Glenn,

    I just found the answer of my problem in

    http://support.microsoft.com/support/kb/articles/Q181/7/15.ASP

    BTW, I'm using VB5 + Tree Tier metod programming + Client Batch cursor in...
  16. Replies
    6
    Views
    2,088

    Hy guys! I have created a Stored Procedure to...

    Hy guys!

    I have created a Stored Procedure to return to my front-end (VB) some fields and one nText datatype (Obs) don't can be seen by Resultset.

    Occur this error:
    'Client Cursor: 11 - No...
  17. Thread: ip address

    by Emidio
    Replies
    18
    Views
    1,954

    You have several kinds to know this. Why do...

    You have several kinds to know this.

    Why do you need to know about this?

    Are you on LAN?
  18. Replies
    34
    Views
    5,009

    A great book

    I started VB about 6 year ago and one book was helpful. In Brazil, my country, its name is "Visual Basic para Leigos" and english version is "Visual Basic for Dummies". Despite of name, the book is...
  19. Replies
    4
    Views
    738

    Ok rchiav. Other informations about the Lan...

    Ok rchiav.

    Other informations about the Lan needs to be changed to, I know.

    I'll do a simple logoff and leave W98 ask about the another user.

    But, if I change exactly these informations...
  20. Replies
    4
    Views
    738

    Hy guys, I found the IP number of my machine...

    Hy guys,

    I found the IP number of my machine in \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0000\IPAddress.

    I need to move my computer sometimes and the IP needs to be...
  21. It's ok if you are not The God. :) But,...

    It's ok if you are not The God. :)

    But, really I don't understand because the recordset don't work. I'm try to execute the same SQL code in MS ACCESS (97) and this code works fine!!!

    Set...
  22. Replies
    3
    Views
    1,785

    Tkx Pardede. I'm saw the connection object and...

    Tkx Pardede.

    I'm saw the connection object and change the kind of access to database.

    Was:

    cnConexao.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Data...
  23. Replies
    3
    Views
    1,785

    Hi guys. :) I have two tables (Bags and...

    Hi guys. :)

    I have two tables (Bags and Category) and I need to JOIN the tables.

    If I use the DAO object whith the SQL statemant, its works OK, but if I try to use the ADO object, the...
  24. Replies
    2
    Views
    901

    Hy Clunietp! Tkx for your information. I'll to...

    Hy Clunietp!

    Tkx for your information. I'll to try write (my english is poor) the steps for future searchs.

    Now, I know that DCOM is needed in target machine and the download of DCOM95 is on...
  25. Replies
    2
    Views
    901

    Hy! When I try to install a program made in...

    Hy!

    When I try to install a program made in VB6 in other machine, I receive the "Unable to call DllRegisterServer" message.

    The 'msdadc.dll' file is follow 'Unable to load file' message.
    ...
  26. Replies
    2
    Views
    483

    Dear Michelle, I recommend the book: ...

    Dear Michelle,

    I recommend the book:

    "Professional Visual Basic 6 Databases", autor Charles Williams (Wrox) founded in Amazon.com

    This book in very good to know somethings about your...
  27. Replies
    1
    Views
    589

    Hi... :) I have a Linux Server and my files...

    Hi... :)

    I have a Linux Server and my files are in /pub/backup and I need to GET this files with INET object.

    In first time when I run the Application, all works fine, but in a second time, I...
  28. Replies
    5
    Views
    639

    quoted >> ... after installing the program from...

    quoted >> ... after installing the program from CD my program will search the CD ROM drive and open the database from CD but at this moment i am getting a error 429 ActiveX can't create object.
    ...
  29. Replies
    1
    Views
    804

    Hi. My name is Emidio, I living in Brazil and I...

    Hi. My name is Emidio, I living in Brazil and I have 29 year old.

    I'm a programmer (19 year, 6 in VB) but I have a small question that leave me crazy. Is about Lostfocus event.

    p.e: I need to...
  30. Replies
    1
    Views
    753

    Hi. My name is Emidio, I living in Brazil and I...

    Hi. My name is Emidio, I living in Brazil and I have 29 year old.

    I'm a programmer (19 year, 6 in VB) but I have a small question that leave me crazy. Is about Lostfocus event.

    p.e: I need to...
Results 1 to 30 of 30



Click Here to Expand Forum to Full Width