Forum: Visual Basic 4 / 5 / 6 Dec 14th, 2005 |
| Replies: 5 Views: 3,363 Well, the Chr(34) didn't work. I'll keep looking and asking around. Thanks, Cindy |
Forum: Visual Basic 4 / 5 / 6 Dec 14th, 2005 |
| Replies: 5 Views: 3,363 Yomet,
I will try the Chr(34) on my id as well.... there are no unuique fields, took them out thinking they would cause a problem.. thank you for your help, i'll let you know how it goes.
cindy |
Forum: Visual Basic 4 / 5 / 6 Dec 14th, 2005 |
| Replies: 5 Views: 3,363 Thank you Yomet,
Here is my function, trying out the code you suggested, I get a syntax error in my INSERT INTO
Public Shared Function AddToOrderTbl(ByRef menuItems As ArrayList)
... |
Forum: Visual Basic 4 / 5 / 6 Dec 14th, 2005 |
| Replies: 5 Views: 3,363 Hi all, I need a fresh set of eyes :eek: . Can anyone see what is wrong w/the sql statement?
Dim sql As String = "INSERT INTO order " & "VALUES ('" & itemId & "', '" & description & "', " &... |
Forum: VB.NET Dec 3rd, 2005 |
| Replies: 0 Views: 5,474 Ok, I will try to explain what i'm doing and hopefully post it correctly....
I have a few classes: Product(abstract), Pizza, drink, salad, and special.... Special being the class with the... |
Forum: VB.NET Dec 3rd, 2005 |
| Replies: 2 Views: 2,754 I'm sure my problem is pretty simplistic, however, I'm having issues with it.
I'm trying to add class objects to an arraylist. Are there any good tutorials for this or any good pointers?
I... |
Forum: Community Introductions Dec 3rd, 2005 |
| Replies: 2 Views: 1,078 Just wanted to say Hi to everyone. I'm new to all of this, but I'm trying. Thanks for all yr knowledge....
Cindy |