Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cgillin
  • Content: Threads
  • Order by date
  1. cgillin

    Server access denied exception

    I'm using java to connect to Domino. Since the diiop_ior.txt file is protected I'm using the following call to create a session. session = NotesFactory.createSessionWithIOR( ior_str, username, password ); This causes the following exception to be thrown...
  2. cgillin

    retrieving unicode with odbc

    I have a table that has arabic, japanese, utf8 and ascii strings in it. When I try and rerieve those strings using the windows odbc driver, the ascii and since byte utf8 characters come back fine, the arabic and japanese are returning as single byte characters. I read on microsofts page that...
  3. cgillin

    Fetching UTF8 characters from SQL Server 2k

    I want to be able to fetch data from an SQL 2k server as UTF8. I have a C application that's using Windows ODBC driver. With drivers for other databases I've found options to set the client encoding, but not with SQL Server. Does anyone know of a way that I can request data to be sent as UTF8...
  4. cgillin

    ODBC question

    Not sure if this is the correct forum but here goes. I want to be able to fetch data from an SQL 2k server as UTF8. I have a C application that's using ODBC calls so would like to accomplish this through the windows ODBC driver and not my code. I'm using SQLGetData to retrieve the data. Thanks.
  5. cgillin

    windows postgresql driver

    I have a Postgresql database with the character set as unicode. I'm trying to use the windows odbc driver 8.01.00.05 to connect to this database and return UTF8 characters. I've sent the client_encoding to 'unicode' but still get the data returned as ISO. Does anyone know how to fetch UTF8...
  6. cgillin

    trouble with 10g instant client odbc driver

    I'm trying to use the 10g odbc driver that comes with the instant client. The problem is, even though I have ODBC_HOME and TNS_ADMIN declared it's never tries to access the tnsnames.ora file and uses some sort of default. When I do an strace of my odbc program it access sqlnet.ora and other...
  7. cgillin

    DB2 connection

    Hi I'm using unixodbc to connect to a DB2 v8.1 db. I get the following error when trying to connect to the database.. [unixODBC][IBM][CLI Driver] SQL1031N The database directory cannot be found on the indicated file I created the sample database and can connect to it from the local machine...
  8. cgillin

    ODBC connection

    Hi I'm using unixodbc to connect to a DB2 v8.1 db. I get the following error when trying to connect to the database.. [unixODBC][IBM][CLI Driver] SQL1031N The database directory cannot be found on the indicated file I created the sample database and can connect to it, but when trying to...
  9. cgillin

    insufficient privileges

    Error: You do not have sufficient privileges to write to the specified path. in compnonent Database Configuration Assistant 9.2.0.1.0. Installation cannot continue for this component. This is the error I receive when running the Oracle installer. I'm executing ./runInstaller as user oracle...
  10. cgillin

    Using router with Linux

    I have a D-Link DI-614+ router and currently have multiple windows machines attached to it. I'm trying to connect a RH9 machine. While I am able to connect to the router I can't connect to the internet. Are there any setting in RH that could be preventing me from accessing the internet? Thanks...
  11. cgillin

    UDB 7.2

    Does anyone know where I can get a copy of UDB 7.2. I need it for testing purposes but can only find the more recent version. Thanks in advance.
  12. cgillin

    ODBC in unix

    Is it possible to use ODBC in a unix/linux enviornment? Everything I have seen online deals with using ODBC with windows. If anyone knows of any sites that may help me I'd appreciate it. Thanks Chris
  13. cgillin

    ODBC

    I have to create a program that will be able to connect to a variety of databases such as MySQL, Oracle, DB2, etc. I was wondering if anyone knew of a tutoral or sample code that used ODBC to connect to databases. Also, if anyone knew where I may be able to find a list of drivers that would be a...
  14. cgillin

    Creating charts

    Does anyone know of a way to create graphs in PHP. Ideally the solution would not cost me any money and would only require me to add some classes to my server. I have shared hosting right now and am not in a position to install any programs. If this isn't too realistic in PHP does anyone have...
  15. cgillin

    Maximum network connections

    I just found out that XP Pro has a limit of 10 network connections. There are about 12 computers that I want to be able to connect to a server I have running XP Pro. Not everyone is connected to the server at one time. However once someone access the server it seems as though they tie up that...
  16. cgillin

    Absolute font sizes

    I have a page set up right now using stylesheets to set the font size. For IE this works well to keep the font size the same regardless of what the browser is set to. Unfortunately this doesn't work for Netscape and a user can change the font size on the browser and screw up the page formatting...
  17. cgillin

    creating pdf with PHP

    I want to create PDF files from PHP. My site is hosted on a remote server which means most likely I won't be able to install anything. Does anyone know of any programs that I could use that don't have to be installed to accomplish this? Thanks for the help, Chris
  18. cgillin

    closing popups

    I have a site where I would like to be able to open a new window when a user reaches my home page. If they reach some other pages on my site I would like to be able to close that window I had opened. Not to sure if this can be done with just javascript or if I need to incorporate something...
  19. cgillin

    Triggering event when user leaves website

    I want to be able to trigger an event(open a new window) when a user leaves my website whether it be via closing the browser or going to another url that isn't part of my site. onUnload won't work because I don't want this event to occur everytime users leave a specific page. If anyone has any...
  20. cgillin

    returning to previous page

    What I want to be able to do is return to a previous page that was passed multiple variables via GET. What I don't want to do is to pass these variables on from page to page through the url or store them in sessions since there are so many. Here is the process.... -User fills out form and...

Part and Inventory Search

Back
Top