Hi,
How do I list the files ( and not directories) in a given path. I want to run a loop where I want to process file by file. I want to read the content of one file, check something, close the file, move on to next file until all the files are processed in that given directory. Please help
Hi,
I have a field in a table which is NOT NULL now and the table has data. I tried to Alter the table to make this field NULL, but could not. Can anyone suggest a way to acheive this?
Hi,
I have a problem with opening a gif image. The code is below:
MyFileStream = New FileStream
(strTreeFilePath,FileMode.Open)
FileSize = MyFileStream.Length
Dim Buffer(CInt(FileSize)) As Byte
MyFileStream.Read(Buffer, 0, CInt(FileSize))...
Hi,
I have an oracle prodecure which has 6 input parameters and 1 output parameter.
The definition of the procedure is :
CREATE OR REPLACE PROCEDURE terr_insert (
terrid IN NUMBER DEFAULT NULL,
terrversion IN NUMBER DEFAULT NULL,
terr IN VARCHAR2...
Hi,
I am getting Internal server error when I tried to access ASP based application. The server is windows 2003.
When I checked the event viewer, I could see the following message.
Error: ASP will not serve requests because it could not perform the first request initialization..
Can somebody...
Hi,
I have an ms access 97 application which has linked tables to Oracle database. This ms access 97 application should run at a batch job in the night. Whenever it runs, when it tries to connect to the oracle database, the application prompts for the password. Though I have stored the userid...
Hi,
I am getting this error when I tried to connect to Oracle 9i database from an asp application. The error is "Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed ". The connection string I am using is...
HI,
I have a table where the PK of the table is defined as int datatype. It has now reached a stage where the PK value has reached 2147483647 and it is giving overflow error. Can you please suggest a way how to over come this. How to modify the datatype of this field so that it can accomodate...
HI,
Is it possible to change the definition of a user defined datatype in SQL server 2000. I have defined a datatype called demail of varchar(50) and I want to change it to varchar(100). Please note that this datatype has been referrenced in many tables. Please suggest.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.