Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2007 |
| Replies: 6 Views: 2,675 i got it.i change the name of my table from: 'User'->'Table_user' in my database.
it works fine.why does this happen?is the keyword 'user' a special case? |
Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2007 |
| Replies: 6 Views: 2,675 hi.im facing an error that says 'syntax error in FROM clause'.i dont know where i went wrong because it used to run smoothly.from my research about this error,it seems each solution is unique,it... |
Forum: Visual Basic 4 / 5 / 6 Jul 29th, 2007 |
| Replies: 18 Views: 4,112 hi there jireh..
i tried blending in your codes with the use of adodc but it nvr seem to work..i found the logic of your codes appropriate for my program but i just dont know how to make a query... |
Forum: Visual Basic 4 / 5 / 6 Jul 27th, 2007 |
| Replies: 18 Views: 4,112 yes,quite but now im facing another problem.. i tried using loops to check whether Reservation made by customer have been occupied before saving the record,so i used these..
Private Sub... |
Forum: Visual Basic 4 / 5 / 6 Jul 26th, 2007 |
| Replies: 18 Views: 4,112 yes. infact that was my main mistake!ive tried other methods as well..thanx for reminding me bout that,jireh.. |
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007 |
| Replies: 18 Views: 4,112 hi,im a newbie in vb.im developing a small system for practical project.i've used adodc data control to connect from vb to the database.i want to send datas from the form ive created to my... |