Enter Keywords:
1 - 10 of 1615(0.001 seconds)
Sort By:
 
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 Rating: 5.6 Views: 0
    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 Rating: 8.2 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 Rating: 8.0 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 Rating: 9.0 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 Rating: 8.8 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 Rating: 9.6 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 Rating: 7.0 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 Rating: 9.0 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 Rating: 8.0 Views: 5
Hi all, The question is in the title itself. I'm not sure of how to do it properly. :( Some told me to use "static" before the class keyword so it's like static class myClass { } Ma...
Zones: ProgrammingDate Answered: 05/09/2005 Rating: 8.2 Views: 0