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

  1. hoojar

    VLAN Setup

    Thanks for that. I will look at the sonicwall. So will it also allow me to pass on the static ips to each vlan or would I need anything else? Also, it only has 24 ports so would this mean I could have 24 vlans each with a switch running off a port on the sonicwall?
  2. hoojar

    VLAN Setup

    its 10 different businesses, each with several pcs, servers etc. some of then have asked for a static ip for setting up exchange and remote access.
  3. 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...
  4. hoojar

    Begginer Question - Database

    thanks vb5prgrmr, its a releif to know that. so for example, in my DB if I have several tables making up an employee such as address, jobrole_details, logon_details, etc would they be one class each or would they be all pulled together into one class?
  5. 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...
  6. hoojar

    DWORD datatype

    i'm using vista and it says dword is a 32 bit value and qword is a 64 bit. i've not used the registry before but it looks like dword is where i would store any numeric values, is that right? i can't see any other suitable types.
  7. hoojar

    DWORD datatype

    thanks for the quick response. i'm trying to work with the windows registry and i keep finding it in bits of sample code, it looks like it's being used as a counter.
  8. hoojar

    DWORD datatype

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

    freeing memory

    thanks, i understand a lot more now.
  10. hoojar

    get data into mysql

    thanks, i did it like this: LOAD DATA INFILE 'c:/data/test.txt' INTO TABLE big FIELDS TERMINATED BY '*';
  11. hoojar

    freeing memory

    thanks for the quick reply. so that would mean that if i had a program that called my function and they both used local variables, my program would use a set amount of memory? for example 100k before the function is called then 150 while in the function and then back to 100k when function ended?
  12. 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...
  13. 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...
  14. 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