Forum: C++ Sep 30th, 2009 |
| Replies: 1 Views: 419 Hi,
I currently been given a task to convert C++ program to Vb.Net which I'm not very familiar with c++ because of long time never used it since my university times.
Can someone suggest which... |
Forum: ASP.NET Oct 30th, 2008 |
| Replies: 2 Views: 3,864 hi..
I got an error said that ""Unable to find the requested .Net Framework Data Provider. It may not be installed."
Currently i follow the book of beginning Asp.net in c# E-commerce .NET 2.0... |
Forum: C# Oct 6th, 2008 |
| Replies: 8 Views: 1,274 i have search the code but nothing help me..
i have try to change the StdId datatype from autonumber to text and it works!
but the problem is how can i generate the StdId automatically in a... |
Forum: C# Oct 6th, 2008 |
| Replies: 8 Views: 1,274 ok let me said it again..
i'm creating a student administration form..
admin will insert all the detail about the student,such as student name,IC and so on and the student id is generate... |
Forum: C# Oct 6th, 2008 |
| Replies: 8 Views: 1,274 the error data type mismatch
here are my code
string admId = textBox1.Text;
string passw = textBox2.Text;
string strqry = string.Format(@"SELECT AdminId,Password FROM Admin WHERE ... |
Forum: C# Sep 30th, 2008 |
| Replies: 8 Views: 1,274 i still dont get it..:(
i have tried but many errors occurs |
Forum: C# Sep 25th, 2008 |
| Replies: 8 Views: 1,274 hye..
I have a database call student which consists of all students information and also student id..
i have created a form that admin have to insert all the data about student..
then after admin... |
Forum: C# Sep 25th, 2008 |
| Replies: 5 Views: 1,745 post your code that you have been done so far..
so then we will know what kind of problem that you got.. |
Forum: C# Sep 24th, 2008 |
| Replies: 12 Views: 18,959 :)
thanks jireh...
i already solve the problem..
it just b'coz of no '{0}' and '{1}' in the coding..
It works!
Thank a lot.. |
Forum: C# Sep 24th, 2008 |
| Replies: 12 Views: 18,959 :(
I still got an error
after i editing ur code by declaring a new dataTable object that you been missing then an error occurs :
Error 1 'System.Data.OleDb.OleDbDataAdapter' does not contain... |
Forum: C# Sep 23rd, 2008 |
| Replies: 12 Views: 18,959 i already can view the "try again message box" with just editing the SELECT statement..
but then another problem arise..
the message box keep pop up until all the data in the database being... |
Forum: C# Sep 23rd, 2008 |
| Replies: 12 Views: 18,959 It still doesn't work..
The message for "try again" didn't pop up when no data enter or wrong data enter..:(
Can i have the syntax of Boolean flag? |
Forum: C# Sep 22nd, 2008 |
| Replies: 12 Views: 18,959 Thank for replying my thread..
Actually i'm still new in c# and don't know how to use the flag..
really need your help.. |
Forum: C# Sep 21st, 2008 |
| Replies: 12 Views: 18,959 Hi,
I have created a login form that has adminid and password..
I use visual studio 2005,database access.
login form work smoothly when i enter the correct adminid and password but never display... |