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

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

    VLAN Setup

    Sorry if this thread appears twice - had a couple of crashes posting... I'm looking to setup a network in a small business center with around 10 clients. Each client needs their own static IP address which I've bought in from our ISP. They also need to be on their own networks and unable to...
  2. hoojar

    Begginer Question - Database

    Hi, I'm trying to learn C# and OO. I normally use PHP/MYSQL and have dabbled with vb.net. my question is, can I still use relational databases with OO or do I need to learn a new design method for my db's as well? and if I can use a relational DB how do i get from my DB design to my class...
  3. hoojar

    DWORD datatype

    hi, what is a DWORD datatype used for?
  4. hoojar

    freeing memory

    hi, i'm pretty new to this so sorry if this is a stupid question. i've just learnt a little about using free() to release memory, and i'm using it to free a char* thats set using malloc. but is there a way of freeing up memory that isn't set using malloc, for example in a function where i...
  5. hoojar

    get data into mysql

    hi, whats the quickest way to get data into a mysql database? i'l be handling files with upto 1,000,000 records and up until now i've been using ms access (which i really want to get away from). i've tried using php to read the data file, record at a time and then add it to a table but that...
  6. hoojar

    drag a file from dektop onto a form and get filename

    is there a way to drag a file icon into a form and retrieve the filename - putting it in a text box or something?

Part and Inventory Search

Back
Top