|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 | 4 | <metahttp-equiv="Content-Type"content="text/html; charset=iso-8859-1">
|
5 |
| -<metaname="GENERATOR"content="Mozilla/4.61 [en] (X11; I; Linux 2.2.12 i586) [Netscape]"> |
| 5 | +<metaname="GENERATOR"content="Mozilla/4.7 [en] (X11; I; Linux 2.2.12-20 i586) [Netscape]"> |
6 | 6 | </head>
|
7 | 7 | <bodybgcolor="#FEFEDF">
|
8 | 8 |
|
|
77 | 77 | name "namespace" while executing "namespace eval Mainlib</tt> ..."</b>
|
78 | 78 | <blockquote>That means 100% that you have an older version of Tcl/Tk that
|
79 | 79 | don't recognize namespaces command. Please upgrade to Tcl/Tk 8.0.x minimum</blockquote>
|
| 80 | +<b>9. When saving big forms with a lot of widgets and code inside, a big |
| 81 | +error message appears, PgAccess crashes, cannot recover old form, pga_forms |
| 82 | +table appears to be corrupted.</b> |
| 83 | +<blockquote>Your form source is exceeding 8000 bytes. A PostgreSQL record |
| 84 | +cannot hold more than 8 Kb and pga_forms table is corrupted. Sorry for |
| 85 | +your work :-( , your old form cannot be recovered anymore if you don't |
| 86 | +have a backup (dumped) database. Upgrade to PgAccess 0.98.3 that will prevent |
| 87 | +saving of those big forms. In order to make your form sources smaller, |
| 88 | +define some scripts for your form initialize routines or for other big |
| 89 | +portions of code and call them from the form code with the command<tt>Scripts::execute |
| 90 | +"Your space saving code script name"</tt></blockquote> |
80 | 91 |
|
| 92 | +<p><br><b>10. I have a dual boot machine with Linux and Windows 9x installed. |
| 93 | +PgAccess works fine from Linux but when trying to connect under Windows |
| 94 | +it says something about wrong access rights to the same database. Tcl/Tk |
| 95 | +version and PostgreSQL server version matches libpgtcl and libpq DLL's.</b> |
| 96 | +<blockquote>Check your Windows TCP/IP configuration. If you configured |
| 97 | +the Windows TCP/IP machine address to by dynamic allocated by the server |
| 98 | +then it got another IP address, different from Linux. If you have host |
| 99 | +based authentication then you have no rights for the database. Change the |
| 100 | +Windows TCP/IP configuration and set up manually the same TCP/IP address |
| 101 | +as from Linux installation or change the pg_hba.conf configuration file |
| 102 | +from the server to allow access to the database from the whole domain not |
| 103 | +from a single IP address.</blockquote> |
| 104 | + |
| 105 | +<br> |
81 | 106 | <br>
|
82 | 107 | <br>
|
83 | 108 | <br>
|
|