========================================================================= Date: Wed, 1 May 1996 15:01:51 -0700 Reply-To: Web Development with GNNserver and GNN Hosting Service Sender: Web Development with GNNserver and GNN Hosting Service From: Doug McKee Subject: Re: ODBC In-Reply-To: <199604291653.QAA27281@pipe2.t2.usa.pipeline.com> (message from Chris Cline on Mon, 29 Apr 1996 16:53:29 GMT) >>>>> "Chris" == Chris Cline writes: Chris> I'm trying to access several different data sources through Chris> ODBC (Btrieve, Oracle, etc.) The only way I can get the Chris> GNNServer to recognize them is by creating a System DSN Chris> through 32-Bit ODBC. Database Services won't show tables Chris> from data sources that are 16-bit ODBC or regular 32-bit Chris> ODBC. Does GNNServer only recognize 32-bit System DSN's? If you run the service as a particular user and create the data sources as that user, you should be able to access them. doug -- ---------------------------------------------------------------- Doug McKee America Online, Inc. Email: doug@tools.gnn.com 511 Bath Street Voice: (800) 529-9166 Santa Barbara, CA (805) 882-2350 93101 Fax: (805) 899-4316 http://www.tools.gnn.com ---------------------------------------------------------------- ========================================================================= Date: Wed, 1 May 1996 15:09:20 -0700 Reply-To: Web Development with GNNserver and GNN Hosting Service Sender: Web Development with GNNserver and GNN Hosting Service From: Doug McKee Subject: Re: Fwd: Access to hServer outside of Init in C-API? In-Reply-To: (Tank@PG.NET) >>>>> "Sean" == SPM writes: Sean> Greets All- I am curious as to whether there is any way to Sean> gain access to the hServer variable outside of the Init Sean> function... By this I mean: Sean> In the Init function, GNN-Server passes a char *hServer to Sean> the function, which is used in some calls Sean> (ie. Ns_RegisterRequest). The init then exits, after Sean> registering the function(s) for the URL(s). Sean> At the time the specified function is called, is there a way Sean> to gain access to the same "hServer" variable? Sean> There are some functions (specifically Ns_DbPoolAllowable) Sean> that require this variable, and I am curious as to whether I Sean> can delay calling this function until I am inside my Sean> routines. Just call Ns_ConnServer(conn); it will return a character pointer to the name of the virtual server you are using. doug -- ---------------------------------------------------------------- Doug McKee America Online, Inc. Email: doug@tools.gnn.com 511 Bath Street Voice: (800) 529-9166 Santa Barbara, CA (805) 882-2350 93101 Fax: (805) 899-4316 http://www.tools.gnn.com ---------------------------------------------------------------- ========================================================================= Date: Wed, 1 May 1996 15:07:36 -0700 Reply-To: Web Development with GNNserver and GNN Hosting Service Sender: Web Development with GNNserver and GNN Hosting Service From: Doug McKee In-Reply-To: <31850EB9@langate.utsa.edu> (GJEFFERY@pclan.utsa.edu) >>>>> "George" == George P Jeffery writes: George> Okay, I am lost and the documentation seems to assume (or George> I just cannot find it) something that is not there. I have George> installed GNNServer 2.01 and installed Illustra. George> A. I am following the instruction under configuring the George> database module. Refer to the page below. George> http://www.tools.gnn.com/server/docs/2.01/con-ch2.htm#29275 George> Everything appears fine up to point 18. I have no options George> under the Database Services Administration. Instead I get George> "No databases are available". I do not get a "Add New George> Table" Option. Check your server log; it's at log\server.log in your installation directory, and it will probably tell you what went wrong when the server came up. George> B. I tried creating a new database using the "Illustra George> Query Tool-32". Intresting thing happens; If you try to George> create a database it immediately wants you to be connected George> to a database. Hmmm. No, I haven't to created it. Luckily Illustra comes with a database called "template1" that you can connect to. You'll probably need to use "nsql" instead of IQT to connect since we do not distribute a license to run IQT. Hope this helps! doug -- ---------------------------------------------------------------- Doug McKee America Online, Inc. Email: doug@tools.gnn.com 511 Bath Street Voice: (800) 529-9166 Santa Barbara, CA (805) 882-2350 93101 Fax: (805) 899-4316 http://www.tools.gnn.com ---------------------------------------------------------------- ========================================================================= Date: Wed, 1 May 1996 14:37:11 -0700 Reply-To: Web Development with GNNserver and GNN Hosting Service Sender: Web Development with GNNserver and GNN Hosting Service From: Doug McKee Subject: Re: ns_formvalueput on SELECT In-Reply-To: (petej@clickvision.com) >>>>> "Pete" == Peter M Jansson writes: Pete> Is there a way to get ns_formvalueput to have both a value Pete> and associated text when putting a value into a Pete> list? I'm trying to end up with a list that looks like: Pete> Pete> If I just use "ns_formvalueput $form thing1 "First choice" Pete> form", form ends up containing "