User Profile
Collapse
-
Nevermind... I think I finally found it. -
writing a C function to read XML
I have to write a function in a C program that will read a XML file. I haven't seen any samples on how to do it in C. I see a lot for C++ and Java, but not C. Is it even possible to do it in C? Any help or samples would be awesome. Thanks. -
Awesome... thanks so much. That's exactly was I was looking for.Leave a comment:
-
String Manipulation in C#... help.
Ok, I've programmed in Visual Basic .NET for a while, but I haven't programmed much in C#. I was wondering if there is a "tcase" in C#. "tcase" in Visual Basic would capitalize the first letter in every word of the string and make the rest of the word lowercase. It would be awesome if someone could help me out. It is much easier and quicker than making the string into an array and using substring and toupper() and tolower().... -
-
-
What's wrong with this DataReader????
I am using Microsoft Visual Studio 2003 and Microsoft Access.
Everytime I run this, it keeps throwing the exception "specified cast is not valid". I don't know what's wrong. Here is the code.
//variables for Employees
string strLName = "";
string strFName = "";
string strMName = "";
string strSSN = "";
//database... -
THANK YOU ELENA!!! I changed the column name and I also put the brackets around the names.... don't know which thing helped, but it works now.Leave a comment:
-
I didn't use an UPDATE with this exact statement. It was with another part of my program. I'll try and change the column name when I get home... I'm at work now... ha. Thanks so much for your help... I'll let you know if it works for me too.
By the way... I am using Microsoft Access 2003.Leave a comment:
-
It's still saying that there is a syntax error in the INSERT INTO statement. I don't understand. I have a book that shows me how to do it... and I tried AXAS code... and it still says that.Leave a comment:
-
C# INSERT statement using OleDb
I am using Visual Studio 2003, C# .NET
I can't get this INSERT statement to work. I can get an UPDATE to work, but not this INSERT. Here is my code...
*************** ***
Code://opens database string conString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\TimeClock\\TimeClock.mdb"; OleDbConnection empConnection = new OleDbConnection(conString);
Last edited by Frinavale; Nov 19 '09, 04:30 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.
No activity results to display
Show More
Leave a comment: