Did you remember to publish from your local file system to the website and get NO error reports? as for sql2005 you can use msde instead of full blown sql server. Also ensure that your permissions are set properly
I had a similiar issue where my listener locked up not allowing access to the database from an external source nor could I connect when using tnsnames via: sqlplus user/password@database. The fix action I received was to perform one of the two following: 1 – In 10g ORACLE_HOME, rename $ORACLE_HOME/opnm/conf/ons.config to something else. Example. cd [...]
I presume you are doing this for a class project. First, change the entire string you get to lower case using the LCase function. Then change the first character in the string to uppercase using the UCase function. Then find the location of the blank separating the two parts of the name using the InStr [...]
If you just wanted a count of the student IDs present, you could use COUNT(DISTINCT id). However, you want a running tally-mark. This involves sorting the file to temporary storage, then looking for changes, and putting a 1 in the slot where you have the changes: WITH sorted AS( SELECT * FROM sampleData ORDER BY [...]
1. Place the database in a directory the is accessible to the user running the program. 2. In your VB project, add a reference to the Microsoft ActiveX Data Objects 2.* Library (ADO) 3. You can use the OLEDB or ODBC along with ADO to connect to the database. If you need help with the [...]
If you install Client Access for iSeries on your developer’s machines they should have the proper DB2 ODBC drivers installed. Cheers, Paul
Very good question. On the 400, files and tables are the same thing. So, users may or may not have the right to execute your stored procedure. For your stored procedure to run successfully, users must have execute rights on it, and read rigthts on any file/table the procedure will use.
Dear qiayakumar There are several methods to monitor the Exchange 2003/2007 communications. The first is to create a mailbox (call it Traffic) which is being shared by the monitoring body (give permission to those users to read the shared INBOX). This will have both incoming and outgoing messages for the whole server. Through the biult-in [...]
If you are using MSSQL then you can use the convert function like this: select convert(char(11),getdate(),108) the 108 at the end is a canned format for just the time in 24 hour format.
sounds like you have not installed the needed runtime files on this machine. search the entire hard drive for this file. and see if it exists. please explain how you moved your application over to this machine. Did you create setup disks? If so, with what tool?
You may find RUNSQLSTM easier than using query. Just cut and paste your statement into a source member, add a semicolon to the end of the statement. then use command RUNSQLSTM to execute it.
what is ur main intention in delivery system? could you explain your question in detail….
what does your bios report? Check your bios manual you may have to paly with some of the settings to get the throughput you want
The MS article 817809 should resolve the issue if you satisfy the prerequisites under the the MORE INFORMATION section. If you have Exchange 2000 and have installed service pack 3 and the August roll-up patch you still have to make the registry change “Incoming defaults to IPM.Note” shown toward the bottom of the article. If [...]
We’ve run into that issue, from what we’ve been told is that this functionality does not work in 11.5.10, but will be more integrated in version 12. That’s functionality we’re looking for as well and is a big inconvenience for our warehouse staff that have to go out and run the packing slips separately.
Sun Document ID: 101796 1. Impact The Java Cryptography Extension (JCE) 1.2.1 is an optional package for J2SE 1.2.x and 1.3.x that provides a framework and implementations for encryption, key generation, key agreement, and Message Authentication Code (MAC) algorithms. The digital certificate that was used to sign the JCE 1.2.1 jar files will expire on [...]
I do NOT think the tuning will work with what MS gave developer’s. Tuning is generally something that happens when developer products begin hitting the real world. I suspect that is when Microsoft expects to be paid for allowing production work to actaully begin. Microsoft likely also thinks: As a developer on your own workstation [...]
You probably have an incorrect code on your template. You may have to disable your templates and recreate them with the correct code because you cannot change the code. Verify that the make sure that the code on the template matches the short name in the concurrent programs screen. Also check MLS Function, if it [...]
Microsoft has posted an update to Windows XP that resolved this problem. They MAY also have updates for other Windows versions (I haven’t checked). Jay
Just subtract one date from the other and the number of days between will be calculated by Oracle. Magic!





