Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mandarine
  • Content: Threads
  • Order by date
  1. mandarine

    IBTRANSACTION

    Hello, What is the difference in using "sanone" and "sacommit" in AUTOSTOPACTION propertie of ibtransaction (IBX) component? Actually i'm using in ibtransaction settings: read_committed no_rec_version wait the properties that i'm using are: Active=false...
  2. mandarine

    Delphi and Interbase

    Hello, What is the difference in using "sanone" and "sacommit" in AUTOSTOPACTION propertie of ibtransaction (IBX) component? Actually i'm using in ibtransaction settings: read_committed no_rec_version wait the properties that i'm using are: Active=false...
  3. mandarine

    Delphi/Interbase: Users and Passwords

    Hello, I'm with a big problem. 1. I have two databases: blue.gdb red.gdb 2. Well, when my program start runs I connect to "blue.gdb" and read some registers to load some variables to memory, before login (i need this database here). Then I show the form login asking for username and...
  4. mandarine

    Urgent: two databases different users and passwords

    Hello, I'm with a big problem. 1. I have two databases: blue.gdb red.gdb 2. Well, when my program start runs I connect to "blue.gdb" and read some registers to load some variables to memory, before login (i need this database here). Then I show the form login asking for username and...
  5. mandarine

    Operating System Development

    Where can I find good tutorials and source code about operating system development?
  6. mandarine

    Help me Insert NULL field in Database Table

    Hello, How do I insert a Null field into database table? Let's say I have this fields: name, address I want to insert name as Carlos and address as NULL can I do it in VB? How I do it in SQL? Thanks
  7. mandarine

    Help me:) Insert a Null Field

    I need to insert a null field to database but I can't why? dim field_number1 as string ... sql="insert into table values ... '" & field_number1 & "')" ... I want to insert field_number1 as NULL! I can't do it! Could you help me?
  8. mandarine

    Help! Printer/Network/DOS

    Hello, I have a network of two computers with one printer each. If I use this code: open "lpt1:" for output #1 print #1,"This is a DOS printer" close #1 it will print in computer 1 that have a DOS printer, but I want to print in my other computer (computer2)...
  9. mandarine

    How do I make a Listbox Tranparent?

    I don't know how do I make a Listbox tranparent, could you help me?
  10. mandarine

    I want to call a COBOL DLL from VISUAL BASIC how do I do it?

    I want to call a COBOL DLL from VISUAL BASIC how do I do it?<br>Please help me:)
  11. mandarine

    How do I send a FAX in cobol?

    <br>I want to make a program in my job and I want<br>to know how I do send a FAX in microfocus cobol.<br>Could you helpme with some code?
  12. mandarine

    How do I call a library .DLL from Cobol in Visual Basic?

    How do I call a library .DLL from Cobol in Visual Basic?<br>Could you help me?
  13. mandarine

    How do I send a word file to an FAX?

    <br>I want to send a word file to a FAX.<br>How do I do it in Visual Basic?
  14. mandarine

    How do I use DLL's?

    I want to use DLL's, anyone could teach me how I do it?
  15. mandarine

    How to pass data from Visual Basic to Cobol and Cobol to Visual Basic?

    How to pass data from Visual Basic to Cobol and Cobol to Visual Basic?<br>Anyone could help me?<br>

Part and Inventory Search

Back
Top