-
If only one row is exported the import works fine. (2 rows also works)
and the DDL of the table is
CREATE TABLE TITULARES(
CODINPI Integer NOT NULL,
TITULAR Varchar(180),
TITCLEAN Integer,
CGCCPF Varchar(20),
ADDRESS Varchar(150),
BAIRRO Varchar(40),
CITY Varchar(40),
STATE Varchar(50),
COUNTRY Varchar(50),
ZIPCODE Varchar(15),
REVISTA Smallint,
MD5 Char(16),
2007-07-01 15:32:19 UTC in FBExport
-
The 0.7.6.1 ansi version corrected the problem, thanks.
2007-05-14 13:00:03 UTC in FlameRobin
-
Windows XP and Firebird 2.
2007-05-14 00:04:45 UTC in FlameRobin
-
I also miss this feature.
As an alternative you might want to check the blob functions of FreeadhocUDFs (free)
2007-02-05 14:52:04 UTC in FlameRobin
-
fbexport -S -H localhost -D C:\DB.fdb -U sysdba -P masterkey -F tbl.fbx -V titulares
Checking database charset...ISO8859_1.
Connecting to: 'localhost' as 'sysdba'...Connected.
Creating and starting transaction...Done.
Create statement...Done.
Doing verbatim export of table: TITULARES
SQL: SELECT ADDRESS,BAIRRO,CGCCPF,CITY,CODI,COUNTRY,LASTUPDT,MD5,REVISTA,STAT
E,TITCLEAN,TITULAR,ZIPCODE...
2007-02-01 14:35:32 UTC in FBExport
-
Sorry, I used the ansi version.
The unicode version works fine.
2007-01-25 19:09:42 UTC in FlameRobin
-
Version 0.7.6
I'm getting "?" character where should be characters with accent, when exporting to HTML file the result of a select on a table with default character set to ISO8859_1
It looks like the convertion from ISO8859_1 to UTF_8 is not working.
2007-01-25 15:22:39 UTC in FlameRobin
-
Logged In: YES
user_id=815450
Forget my last 2 posts, I decided to try your suggestion
print "";
and
print "";
also works? I do not currently use the module and can't
test it.
And it does work.
2006-10-19 11:51:29 UTC in PhpGedView
-
Logged In: YES
user_id=815450
Maybe an example might help you understand better the
proble. Below the source extracted from a page that has
googlemap installed
...
var Marker1_0Info = [
new GInfoWindowTab("Nascimento", "Nascimento:
2006-10-19 11:36:43 UTC in PhpGedView
-
Logged In: YES
user_id=815450
I did not test your suggestion, but I believe it will NOT
work since both prints are actually a string inside a
javscript and not a anchor html tag.
2006-10-19 11:29:22 UTC in PhpGedView