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 strongm 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: *

  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

    problem with corrupt data

    Where is your .GDB file? Normally interbase files have .GDB extension. Try to use IBCONSOLE from interbase to connect to database.
  5. 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...
  6. mandarine

    Operating System Development

    Where can I find good tutorials and source code about operating system development?
  7. 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
  8. 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?
  9. mandarine

    DISABLE MOUSE FROM BEING USED IN CERTAIN TEXT BOXES

    Well I think you can change the properties of text box like this: locked = true enabled= false try, I think this will solve you problem.
  10. mandarine

    List box selection problem...

    You can use this code: If you want to search in a database using dbgrid or msflexgrid you can use: dim sql1 As String dim database1 as database set database1 = opendatabase (app.path+"\database.mdb") sql1="SELECT * FROM table WHERE employer_name='" & _...
  11. 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)...
  12. mandarine

    How do I make a Listbox Tranparent?

    I don't know how do I make a Listbox tranparent, could you help me?
  13. 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:)
  14. mandarine

    How do I use DLL's?

    I want to call a cobol DLL from Visual Basic<br>How I do it?
  15. 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?
  16. 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?
  17. 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?
  18. mandarine

    How do I use DLL's?

    I want to use DLL's, anyone could teach me how I do it?
  19. 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