•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 422,784 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,277 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser: Programming Forums
Views: 9547 | Replies: 1
![]() |
•
•
Join Date: Mar 2005
Posts: 18
Reputation:
Rep Power: 4
Solved Threads: 0
I am using mysql 4.0 server. But in the database I can not use special characters (i.e. latin characters, root sign etc.) or can not use superscript or subscript. In the front end I am using VB. When I am copying the text from Ms word and pasting it the character changes.
Presently I am using field type Varchar. Please help me in this matter.
Presently I am using field type Varchar. Please help me in this matter.
You can escape problematic characters with \ so to have a % inserted into the database it would have to look like \% in the query. You can read more about it here. There is also a high probability that VB (I'm not familiar with VB) will have a function to escape strings for mysql (PHP does
)
) ![]() |
•
•
•
•
•
•
•
•
DaniWeb MySQL Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Special characters with XSLT (RSS, Web Services and SOAP)
- Open In New Window Php (PHP)
- problem in javascript coding in asp page (ASP)
- Special Characters in C++ (C++)
- Handle unicode characters (Python)
- Inserting Unicode Characters into a List (Python)
- using mysql_real_escape_string() (C++)
Other Threads in the MySQL Forum
- Previous Thread: Query hell
- Next Thread: Query Problem


Linear Mode