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...
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...
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
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)...
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...
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.
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 = "Partner with us"
S2 = "art"
S3 = "ers"
return true when compare S2 to S1
return false when compare S3 to S1
Thanks.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.