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 Chris Miller 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. isdex1

    C#.net Bootcamp Training

    Hello, what would be the best way to learn C#.net? I recently took a job that require some knowledge of C#.net, I have some experience with programming many years ago, but would like to learn C# for this new project. Any recommendation? I would like to attend some onsite bootcamp training or...
  2. isdex1

    Help -- autonumber with linked SQL table

    Please help, it is driving me crazy. I realized that in order for the linked (SQL) table recordset to be updatable, there must be a primary key set at the SQL table. That's fine, I have the following column in SQL table ID bigint <--- Primary Key Name varchar City varchar On the Access...
  3. isdex1

    VB.NET for beginners

    I was wondering what is the best way to learn VB.NET for beginners. I found this web site http://www.learnvisualstudio.net which offer online course, does anyone had any experience with them before? What book would you recommend or any good suggestions? Thanks
  4. isdex1

    please help! - easy quesion by can't think of it.

    Thanks for the points. Is there some syntax that I can find out the deepest level of subsubsub.. and then you some kind of loop to create the join.
  5. isdex1

    please help! - easy quesion by can't think of it.

    I have a table with two columns. First column is the parent category whereas the second column is the sub category of the first column. In this example: the layer will go something like this. cat_id(1) -> sub_cat_id(4) -> then sub_cat_id(4) has four more subsub categories (235, 236, 237, 310)...
  6. isdex1

    /iisHelp/common/500-100.asp

    Would you guys help this ASP newbie with the following error. What am I doing wrong, do I need to include some kind of library and where. I also enclosed my simple code. Thanks. error '8002801d' Library not registered. /iisHelp/common/500-100.asp, line 10 My simple code...
  7. isdex1

    printing help.

    What is the easiest way to assign a printer and print a file based on the first statement of the content of the file. Basically, I have setup 4 printers on my computer, I would like to print to a particualar printer based on a key word in the first sentence of the file content. Thanks.
  8. isdex1

    newbie help

    I just starting to program in C, is there a C build in function to compare 2 strings. I don't mean strcmp, what I am looking for is: S1 = &quot;Partner with us&quot; S2 = &quot;art&quot; S3 = &quot;ers&quot; return true when compare S2 to S1 return false when compare S3 to S1 Thanks.
  9. isdex1

    Please help with database design

    I would like to create a relationship between patient and allergen table. Each patient can have many allergies and each allergy can belongs to many patients. Table tblPatient have primary key(PatientID) which is already link to a different table with a 1 to many relationship. Please help...

Part and Inventory Search

Back
Top