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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10436856.html
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 '...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20039448.html
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20141949.htm...
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...
http://www.experts-exchange.com/Hardware/Networking_Hardware/Routers/Q_20515326.html
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...
http://www.experts-exchange.com/Apple/Operating_Systems/Q_20704219.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20759704.htm...
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20993458.html
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
...
http://www.experts-exchange.com/Programming/System/Linux/Q_21045484.html
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];
}
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21151283.html
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...
http://www.experts-exchange.com/Programming/Misc/Q_21416930.html
Zones:
ProgrammingDate Answered: 05/09/2005 Rating: 8.2 Views: 0