Summary: Iam facing a problem regarding to store my data in the database.Iam using Visual basic 6 as frunt end & back end Oracle8. The problem is that i hav...
Summary: Running MySQL 3.23 on RedHat 7.2 with Perl script using DBI, wrapped in HTML doc. Background: My script queries the DB, does some calculations on th...
Summary: Hi all Many times when u try to save a web page you get an error message like " This web page may not save correctly. Would you like to save it anyway...
Summary: My name Is Michael i'm writing you with the hope that you'll be so kind to give me some advice or just to direct me to the place that someone can help...
Summary: hi, im having problems with using the visual basic chart. i have entered data into a vb form. The data is saved in an access database. I can view th...
Summary: I have batch file that compares a file in one folder(SourceFiles Folder) with a file in another folder (ArchiveFiles folder) and if they are different...
Summary: Interesting test, but why is the text not put in the registry, as MSDN documentation suggests?. In my case, the XP version does not write to win.INI b...
Summary: If you dimension your arrays every time the scroll bar changes you lose all data previously saved in them (as you are creating new instances) This is ...
Summary: Original code? No. You can disassemble the code into its assembly language format and maybe very unreadable c code that, when compiled, would yield ...
Summary: Hi, anyone can tell why the following SetCookiesfuntion not working properly? It works if I DON"T close the browser windows. I can Set it and Read ...
Summary: I am working with a form database system, and when I go to store a good amount of data, it saves it into the database, but when I go to retrieve it, i...
Summary: To save a file to .Pdf acrobat format you need the full $$version of adobe acrobat not the free "reader" program look on the adobe website for inform...
Summary: I'm a beginner and I would like to know how to create a program that use (and save) a database. Can you please give me a simple example in C language ...
Summary: Hi there. We're doing a save on a MS Great Plains with SQL Server screen and get the following error: "A save operation on table 'WS_Time_Sheet_TRX_WO...
Summary: hi all.. currently, i'm building a winsock and database application with VB6 on windows XP. it runs fine on computer using win XP. but when i tried to...
Summary: Iam facing a problem regarding to store a null value in my data base i.e Oracle. The frunt end is vb6. Ima developing a software for a doctor & In...
Summary: I need to know if there is a way to import a series of seperate text fields from a text file into a database. Basically I have hundreds of documents t...
Summary: I have been having problems accessing my database using a vb front end. I have Windows XP, Microsoft Access 2000 Database, and VB Studio Edition 6.0. ...
Summary: I am at the University of Virginia doing some research with safety-critical systems. In particular, we have a setup here that is a working test setup...
Summary: All this stuff is the RTF formatting codes. This is because the file has been saved in RTF format and not plain text. To open this file use: RichTe...
Summary: Hi, Use the command line mysql program to do these steps. Create your database: mysql> CREATE DATABASE test_database; mysql> USE test_database; mysql>...