Re: [GENERAL] java error

2000-03-30 Thread Tom Cook
resql/DriverClass.java > make[1]: *** [postgresql/DriverClass.class] Error 139 > make[1]: Leaving directory `/root/postgresql-7.0beta3/src/interfaces/jdbc' > make: *** [jdbc1] Error 2 I guess it mean javac returned 139 as an error code. Have a look in the javac doco... Cheers Tom Coo

Re: [GENERAL] excel to postgres

2000-04-17 Thread Tom Cook
ty? I'm no expert here (never used the language) but I'd have thought it'd have to be in there... Cheers -- Tom Cook - Software Engineer "Christ died for sin, the righteous for the unrighteous, to bring you to God." - 1 Peter 3:18 LISAcorp - www.lisa.com.au --

Re: [GENERAL] excel to postgres

2000-04-17 Thread Tom Cook
d then alias it to a menu item 'Save to Database' or something like that. [snip] > > This would have to be doable in VB, wouldn't it? Doesn't it have some sort > > of ODBC functionality? I'm no expert here (never used the language) but > > I'd hav

Re: [GENERAL] Problems using JDBC Driver.

2000-04-19 Thread Tom Cook
of what actually goes wrong, like 'it throws exception x' or 'this statement just sits there doing nothing,' rather than, 'I'm having problems using JDBC driver.' Code snippet is good, though - wish more people would do that! Cheers -- Tom Cook - Software Engin

RE: [GENERAL] unique row identifier data type exhausted . . .

2000-04-25 Thread Tom Cook
very large number, but that's what they thought about 2000, also... What I'm saying is, is there a better way of doing this? Cheers -- Tom Cook - Software Engineer "Christ died for sin, the righteous for the unrighteous, to bring you to Go

Re: [GENERAL] postgresql7.0 jdbc driver

2000-05-02 Thread Tom Cook
a version of >postgresql.jar > but then it was compiled for 6.5.2.. Can i use the same jar file or do i need to get >a seperate one > for 7.0 > Any help will be appreciated > Bye > Anand > > -- Tom Cook - Software Engineer "Never criticize a man until you've walked

Re: [GENERAL] Enumerated data type

2000-05-02 Thread Tom Cook
... > color text check color in ('blue', 'green', 'white'), > ... > ); > For anything much more than this, I'd just create a table with all the possible values in it, each with a unique identifier, and then use the identifier in my_tbl. Then you can c