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 SkipVought 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: JustBeginer
  • Order by date
  1. JustBeginer

    INTERBASE TIBTable->GetCurrentRecord

    Hello! I have BCB5 and Interbase 2007 I have crated table with to columns: ID - integer NAME - varchar2(50) When I try to read the current record from the table with char * buffer = new BYTE(TIBTable1->RecordSize); TIBTable1->GetCurrentRecord(buffer); There are about 150 characters in the...
  2. JustBeginer

    USB driver free component?

    I'm looking for free component to make USB driver. Thanks in advance friends!!!
  3. JustBeginer

    save file in blob

    Hello ! I know that is possible to save file in blob but I don't how to do it with C#. Thanks for your help!
  4. JustBeginer

    Is user logged in domain , if I know domain name?

    I'm interestning in LDAP actualy ... Tnahks B00geyMan !!!
  5. JustBeginer

    Is user logged in domain , if I know domain name?

    The second question I think :) I make a web site with login and pass. When the user is loggin through the login page I know his rights(persmissions).This rights enable/disable some of the components of the web site But if somebody is logged in domain and he want to visit some page I have to...
  6. JustBeginer

    Is user logged in domain , if I know domain name?

    Hi, I'm new in C#.... How can I find that some user is logged in domain if I know his domain name ? Thanks in advance!!!
  7. JustBeginer

    Edit number control

    Thanks butthead ! But I wanna control for borland. I'm VC programmer and I have perfect edit control for VC :) I'm not very familiar with borland...
  8. JustBeginer

    Edit number control

    Edit control that work with numbers only :)
  9. JustBeginer

    Edit number control

    Hi !! I'm looking for editnumber control.... If anybody know something for free download :)) Thanks in advance !!!
  10. JustBeginer

    interbase interface

    paskuda: I should if I could ... but I can't. Sorry !!! :(
  11. JustBeginer

    interbase interface

    Thanks for your direct!!! IBExpert is not free, but alaways have a way to do something... :) 2ffat: I use MSSQL Server, but I have to make a program for small store and I thing that IB 5.5 is suitable for my purpose. IB5.5 is only 23MB :)
  12. JustBeginer

    interbase interface

    Hello. I make a project using InterBase 5.5. When I have to change some table or whathever else I have to write a lot of lines SQL source code. Do you know some free user interface for managing InterBase database more easy... somthing like MSSQL Enterprise Manager Thanks in advance!
  13. JustBeginer

    RPC client/server example need !

    Hi All. I'm looking for RPC client/server example application.
  14. JustBeginer

    How Can I Store and Retrieve Sound Wave from a Database

    I'm sorry man! When I read your post again I saw that you are wrote about BLOB fields...
  15. JustBeginer

    C compiler for windows

    You may use LCC compiler for windows.
  16. JustBeginer

    Stored Procedure Params

    Hello! I have connected stored procedure of MSSQL to crystal report. The procedure have one parameter [int]. Is it possible to send this parameter through MVC++ ? I've made class who use Crystal report DLL's. I tryed to use BOOL SetNthParameterField (short ParameterN, const...
  17. JustBeginer

    String program help

    Look for sscanf(), scanf()
  18. JustBeginer

    Unreachable code in function

    Without bad feelings: If you want to be a programmer you must be very hard :)
  19. JustBeginer

    Individual RGB values from TColor....

    You can use global windows defines: GetRValue(DWORD rgb); GetBValue(DWORD rgb); GetGValue(DWORD rgb);

Part and Inventory Search

Back
Top