Anybody please provide me tutorial how to take input data as unicode string in Visual Basic 6 and insert it into sql database...... please provide introductory code snippet.... please help me......
Printable View
Anybody please provide me tutorial how to take input data as unicode string in Visual Basic 6 and insert it into sql database...... please provide introductory code snippet.... please help me......
If you are designing this for your own use, you can use the MS Forms2.0 Object Library which has unicode textboxes (the library is not redistributable) -- press Ctrl+T when form is in design view. As far as adding unicode to databases, you might want to do a quick search in the db forums of this site.