[GENERAL] Automatic Addslashes

2000-11-24 Thread Enrico Comini

I do

copy tmp from '/home/algobit/product.txt

tmp ia a table with one record (line varchar(255))

in product.txt I have many line as:

2;"100";"Parmigiano Reggiano";"Parmigiano Reggiano stagionato 2
anni";4;"parmigiano4.jpg";2;"Fette 1 Kg";0.18;1;1.00;"true"

Then with "select * from tmp" the result is exactly like in the original
file

2;"100";"Parmigiano Reggiano";"Parmigiano Reggiano stagionato 2
anni";4;"parmigiano4.jpg";2;"Fette 1 Kg";0.18;1;1.00;"true"

But when i fetch in a variable the rercords (with php) i READ in the
variable

2;\"100\";\"Parmigiano Reggiano\";\"Parmigiano Reggiano stagionato 2
anni\";4;\"parmigiano4.jpg\";2;\"Fette 1 Kg\";0.18;1;1.00;\"true\"

the question is : The SLASH are effectively in the record ?




[GENERAL] MS-ACCESS - PGSQL

2000-11-23 Thread Enrico Comini

I have a customer that works on a MDB database.

There is a simple way to port data in the PGSQL database in his site (i use
php) ?





[GENERAL] JDBC DRIVER

2000-10-26 Thread Enrico Comini

I 'm triyng to use JDBC driver with PostgreSQL, but I don't see the Indexes
of the tables.
Why ?




[GENERAL] No Reload

2000-09-23 Thread Enrico Comini




Hi,myproblem is that for some page PHP I 
don't want the browser reload from cache, because I create an ID when the there 
is the first connection to the site and I use this IDlike aunique id 
to identifythe operation made on this site and I store this ID in a 
Postgres Table.
I test ALL tag and 
javascript but if (With Explorer) I request the url the browser reload the last 
visited.
Enrico


[GENERAL]

2000-09-16 Thread Enrico Comini





Hi, Scuseme for 
theOT.
I'm interesting to 
obtain an effect like with ALT= in the image tag, but in a link like a 
Href="hrttp://eccecc"link/a
There is a solution in 
Javascript ?
Thanks, 
Enrico


[GENERAL] OT-Jscript

2000-09-09 Thread Enrico Comini



Problem with 
JAVASCRIPT
echo "SCRIPT 
LANGUAGE=\"JavaScript\"function agg_quant(theform) 
{theform.submit();return 
true}/script";


form name=\"form_quant\" method=post 
action=cart.php3?d=rimuovicartID=$cartID
input type=text value=\"100\" name=\"quant\" onChange=\"agg_quant(form_quant)\"
/form

Why there 
isn't problem if I press Enter and withTab I have Propertyor method 
not supported.

Thanks,
 
Enrico


[GENERAL] Driver

2000-09-05 Thread Enrico Comini

I'm searching for the SOURCES of JDBC DRIVER (for 7.02), precompiled driver
have a bug.
Thanks,
Enrico





[GENERAL] JDBC

2000-09-05 Thread Enrico Comini



Scuse me 

I am interesting in 
a COMPILED debugged version of JDBC driver for 7.02 (driver for J 1.2,1.2 
and1.3).
Thanks,
 
Enrico


[GENERAL] Test

2000-09-04 Thread Enrico Comini



This is a 
test


[GENERAL] test3

2000-09-04 Thread Enrico Comini



Scuse me, this is a 
test.


[GENERAL] JDBC

2000-09-04 Thread Enrico Comini



HI,I'm having a strange problem 
connecting to postgres7.02 using 
thejdbc driver. After installing 
the driver in Jbuilder 3, I'm ableto connect to my database but can ONLY see 
the postgres system indexesin Jbuilder's JDBC Explorer GUI. I'm unable 
to see my other databaseobjects (tables, views, etc...) in the JDBC 
Explorer. Yet thedriver lets me manipulate these unseen objects when I 
execute sqlstatements against the database. Problem is, I'd like to 
see all mydatabase objects in the JDBC Explorer GUI, not just the system 
index.Has anyone experienced this who can suggest a fix? Does 
anyoneknow if this is due to Jbuilder, the postgresql.Driver, or perhaps 
abad configuration? Thanks.
ENRICO