What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?
Answer Posted / guest
ANSI - one byte for a char
UNICODE - two bytes per char - works only on NT
| Is This Answer Correct ? | 17 Yes | 10 No |
Post New Answer View All Answers
what are the types of LockEdits in DAO?
Which method is used to write context Into file?
What is dao in vba?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I mimic a toggle button?
Is it possible to Access BackEnd procedures?
what are the Default cursor Type and LockEdit type in DAO?
How do I implement Undo?
What is DBSqlPassThrough?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
What is the use of Data Form Wizard?
what are the types of cursors in DAO?
What is form in visual basic?
How do I call help files from a VB program?
Is it posible to Create Tables Through Querydef?