merianos
New member
- Joined
- Aug 7, 2007
- Messages
- 3
- Programming Experience
- 5-10
Hello all . . .
I have create a database in MySQL Server by using the VB.NET.
The problem is that every time i try to execute an insert query to the database thru the VB.NET the characters that I'm adding in database writen in Greek ar not in Greek but instead Greek characters in the database record I'm getting back question marks for each character (?)
i.e. :
INSERT INTO table(col1, col2, col3) VALUES('val1', 'Νίκος', 'Μέριανος')
in the database I'm getting
cal1 ????? ????????
only if i execute the query from the VB.NET
If i will execute the same query from the MySQL Query Console then is everythink ok.
What can i do for ? ? ?
Thanks a lot . . .
I have create a database in MySQL Server by using the VB.NET.
The problem is that every time i try to execute an insert query to the database thru the VB.NET the characters that I'm adding in database writen in Greek ar not in Greek but instead Greek characters in the database record I'm getting back question marks for each character (?)
i.e. :
INSERT INTO table(col1, col2, col3) VALUES('val1', 'Νίκος', 'Μέριανος')
in the database I'm getting
cal1 ????? ????????
only if i execute the query from the VB.NET
If i will execute the same query from the MySQL Query Console then is everythink ok.
What can i do for ? ? ?
Thanks a lot . . .