It depends on the RDBMS (Relational DataBase Management System) you are using. So called "enterprise-level" systems like Oracle and SQL Server support rules...
hello Chris, i just receive your response to my querry thank you very much for your time to help me.. i will try your suggestions..again, thank you and may God...
Hello friends, I need to store and retrieve images in MS-Access using ADO in VB 6.0 . what we have to do for that? plz help me. Rahul Verma [Non-text portions...
If at all possible I would not store the pictures in the db, just the path to where they are. Just what exactly are you wanting your program to do? Please give...
you database field data type must OLE Object You can uses ADODB.Stream === save picture into database === Dim mystream As ADODB.Stream '// declaration variable...
Hi Kently, You need to give us more information. What database are you using? Are you using ADO? Is there any other table linked to the customer table? ...
Hi All, I am using MS outlook 2007 for my mail, calendar, task etc which I back up on a very regular basis. I have to do this one file at a time currently ...
Please help me to get serial number from Hard Drive and from CD Drive use win32_physicalmedia. Thank you. ... Real people. Real questions. Real answers. Share...
hai friends i packing my vb project using installshield, but when the progress running to scan the aplication files from project vb, the progress stopped when...
Your Crystal Report Version? 8.0 or 8.5 or ..., I'm using CR Version 8.5, i always packing my project using Package and Developmen Wizard and there no problem...
Please anybody send me the Visual Basic 6 Book (downloadable in pdf format) of VB6 programming guidance book (downloadable in pdf format) . I will be...
my computer installed both cr 8.5 and cr11. but i try to another computer which just installed cr 8.5, it's faced the same problem. i have tried using PDW...
How If you remove that Active X from project? is your project have trouble? I always using 4 library file of CR in my project : craxdrt.dll -> Crystal Report...
Hi Kently, I haven't used DAO for a long long time but I can show you the basic approach for deleting records. Since you have Customer_name in all tables, you...
I have written a VB6 program that stores records on an MS Access database. It is working, but I am trying to improve it! Hitherto, to amend the Record, two...
Greetings! I have created a program that creates a Configuration Settings, the one that has a ".ini" at the end of the file (if the extension types are...
To change or check a files attribute check out "SetAttr" and "GetAttr" To see if the file has been deleted call this... Public Function FileExists(sSource As...
Sounds to me like you are wanting to know now to call a "click" even for a commandbutton from another controls events. Remember that Event procedures are just...
My program now works, thanks Ken for this example code. I used this method to extract the location fix and the result is writted to an astronomy program. The...
Micahel, First declare the following enumeration and function in the "General:Declarations" section: Public Enum FileAttributes FILE_ATTRIBUTE_ARCHIVE = &H20 ...
Many thanks, Joel. At the end of the day, I decided to make the Data Control invisible and to create my own, with 4 command buttons and label in the middle....