Advertisement

1 - 10 of 1470 containing alltags:("single") (0.002 seconds)
I have following problem (Pascal->VB): What's the revers function for Single(c) and how can i easily convert the Single(c) function in a Visual Basic function? Var  i: integer;  f : Singl...
Zones: PascalDate Answered: 08/10/2000 Grade: C Views: 0
HI experts . I have Sql*Loader 8.0.5 version. Can we use more than one char in a Terminated class of control file. i mean can we use following syntax in control file TERMINATED BY 'User-Id'. ...
Zones: OracleDate Answered: 06/04/2002 Grade: B Views: 17
    I plan to store sql statements in a database table, which has single quote ('),   how can I hold single quote )') in a database field. such as "select name from employee where name like '...
Zones: MS AccessDate Answered: 01/20/2001 Grade: B Views: 0
I have the following page that updates an Access database and I just found out that if the user uses quotes (even a single quote) it causes problems updating the database. Is there a quick fix for ...
Zones: ASPDate Answered: 08/18/2003 Grade: A Views: 0
I have a few IP addresses I want to block from the internet to my servers. I know the syntax set filter 1 on deny incoming wan0-0 what I don't really understand is the ip/mask dest ip/mask if...
Zones: RoutersDate Answered: 06/12/2003 Grade: A Views: 0
I need to boot in single user mode and then be able to see and manipulate files in other partitions. When I boot into single user mode I can ls the root directory and what I see is the root direct...
Zones: Apple OSDate Answered: 08/27/2003 Grade: A Views: 0
Here is the code I am trying to use to create an asp page which holds information based on the selection someone makes from a previous page. This code was a tutorial, from which the first part w...
Zones: XMLDate Answered: 10/07/2003 Grade: A Views: 0
I have three tables Table A property_id, property_name 1                    Property_1 2                    Property_2 Table B rent_date 5/15/2004 5/16/2004 5/17/2004 Table C res_i...
Zones: MS SQL ServerDate Answered: 05/27/2004 Grade: B Views: 0
Hi, I wish to compile individual modules under Linux v2.6. I can easily compile all the modules in a directory with the command: make -C /root/LinuxKernel-2.6.3/kernel/ SUBDIRS=$PWD modules ...
Zones: Linux DevDate Answered: 07/02/2004 Grade: A Views: 0
Can someone tell me a fast way to strip single quotes from a string? Of course there is string temp; for (int i=0; i<str.length; i++) {    if (str[i] != @'\'')       temp = str[i]; } ...
Zones: C#Date Answered: 09/30/2004 Grade: A Views: 34