Enter Keywords:
1 - 10 of 676(0.014 seconds)
Sort By:
 
Hi, Is there any way to truncate all the tables using import utility which we are going to import before actually starting the import? Now we have two separate scripts to do each job, first trun...
Zones: OracleDate Answered: 02/09/2000 Rating: 4.6 Views: 0
I have an odbc application which retrieves and transfers data from and to big databases (3000 records). The problem is that I always get the message "data truncated". Is this because of the big s...
Zones: Windows MFCDate Answered: 06/08/2000 Rating: 7.0 Views: 0
How can you truncate a Number. Example I am getting back a number like 10203.200392991 Or course this makes no sense to the user.  They need to see 10203.20
Zones: JavaScriptDate Answered: 04/08/2000 Rating: 9.6 Views: 4
Hi... can the truncate command truncate many tables at one time. i try to write : truncate table where table_name like 'Edit%' 'thanks.
Zones: SybaseDate Answered: 09/21/2000 Rating: 6.4 Views: 0
Using this form: $text =~ tr/\./ /; please complete the code so that if the value of $text is "abc.txt" it truncates the ".txt" leaving behind only the "abc" so that the new value of $text is...
Zones: PerlDate Answered: 09/24/2000 Rating: 9.4 Views: 0
I am working on a large project that uses many "comments fields" in a SQL Server 7.0 database.  I am using varchar for the data type since this should grow as needed for large strings.  Some of the...
Zones: Windows MFCDate Answered: 09/25/2000 Rating: 7.8 Views: 0
Hi! I am using an Access program to generate e-mails that contain a long URL. IF the recipient is running Outlook 97 or Outlook 98 with Internet Explorer 5, when they click on the URL, it is loade...
Zones: Outlook GroupwareDate Answered: 05/07/2001 Rating: 9.2 Views: 0
Need information regarding the usage of Truncate table. How does it affect the performance? What are its pros and cons? We are using SQL Server 2000. Rita
Zones: MS SQL ServerDate Answered: 10/14/2003 Rating: 8.4 Views: 6
When sending a report to RTF format (DoCmd.OutputTo acOutputReport, "ReportName", acFormatRTF, , False) the rtf file truncates the larger text boxes. (Problem text box has 2 Lines of 75 characters ...
Zones: MS AccessDate Answered: 06/18/2001 Rating: 9.8 Views: 0
I need a snippet of code that will take a text variable and return the first X words. Any help will be appreciated.
Zones: PHPDate Answered: 08/01/2001 Rating: 7.8 Views: 0