FTP is only for text data. it’s yoour job to give to ftp a transferable file, ie no binary data (such as packed numeric or integer or float or …). Or uses BIN mode to transfer data
What are you using to replicate the database? Is there a publisher / subscriber model or maybe a backup is being restored nightly? This information will help determine where the differences could be.
VBA is for scripting (withing an application). VB.NET is a whole development platform
The fastest possible way is to use a compiled language, with this logic flow: Have a large, static array of record buffers Open the input as a streamed (Unix or OS/400) or double-buffered (zOS) file. Loop Read a record Leave the loop if EOF Validate the record If passed Store its values into the array [...]
Is your machine open to the Internet? What protections do you load onto it? How is it firewalled? In short, what kind of access is available? An unprotected machine facing the Interet can become infected in 15 minutes according to reports I have read. You need to provide protections to avoid tis from happening. Firewall [...]
Not easy – screen captures are just that – still pictures. 1 – try ‘Screen Grab Pro’ and capture as many screens as possible during marquee transit. 2 – Macromedia ‘Captivate’ and create a Flash movie. 3 – Streaming video capture to a ‘Windows Media Format’. Good Luck.
You can try this: Select columns from table where numeric value of columncolumn between numeric1 and numeric2 Note: values of numeric1 and numeric2 depend of the type you are using integer, smallint, decimal, etc
I use a seperate access program to update the front ends. The prog has one form with one button on it called “Install Upgrade”. This button then runs VBA code or Queries to update either the FE or BE tables etc. Below is an example of the VBA to add a new field. Function AddNumField() [...]
The List Job (QUSLJOB) API generates a list of all or some jobs on the system. The generated list replaces any existing list in the user space. The QUSLJOB API produces a list similar to the list produced by the Work with User Job (WRKUSRJOB) command. http://publib.boulder.ibm.com/iseries/v5r2/ic2928/index.htm?info/rzahgicmain.htm here after, a sample in CLP. I have [...]
We’re in the process of doing the same thing right now. I’ve setup an ODBC connection (using iSeries Access) on the server that Scribe is running on, and delivered a prototype SQL statement to our contractors for the tables that they need to access. I used the SQL script environment in iSeries Access to generate, [...]
Hi, You might want to create an ACL (access list) to block the address of the website or filter the web address, to the music site, on the pc’s. A great port blocking software is www.kerio.com
Hello Do you have isa server?
is there a printer font that is missing from the oracle program?
you shoul use the javascript oblect open tag OBJECT id=factory style=”DISPLAY: none” codeBase=http://localhost/xxxx.exe classid=clsid:1663ed61-23eb-11d2-b92f-008048fdd814 viewastext OBJECT close the object tag I hope this will help you
HI Did you log in as the notes user you used during installation script. You did login as root and run the install I am sure. Also did you run /opt/lotus/bin/checkos to make sure you have all the pre-regs
Apart from all the other trouble a hacker would have to go through to orchestrate this attack, it relies on the fact that the VPN is set to use MS-CHAP which is known to be weak. Set your VPN to use MS-CHAPv2 or some other more modern hash and you don’t really have anything to [...]
Is this IBM 4690 Code for business grade? If so IBM has a site and I would start there. http://www-1.ibm.com/support/docview.wss?rs=0&q1=4800&uid=pos1R4000072&loc=en_US&cs=utf-8&cc=us&lang=en Good luck. Marie
so big !?! are you sure ? it’s not a textpad, it’s a database. today’s unit of count is not the byte but the megabyte. How many giga in your PC ? probably more than in your I5
Hello: The ‘AS SELECT…’ clause should be the last part of the CREATE TABLE … PARTITION. Try this: create table quote_header_test partition by range (ordered_date) partition less_jul2004 values less than (to_date(’01-JUL-2004′,’MON-DD-YYYY’)) as select * from quote_header; Good Luck
In order for you to decide on a Database Software Implementation requires that you fully understand the business needs and what the Database should provide to them. I would recommend that you try to understand the general aspects of business needs before you actually implement a Database Software or Project. Be careful, More functions and [...]





