Okay, I think I've figured it out in a way that it works. I am not sure that it is the "right" way but it works.
I have removed the line that chiph suggested I remove and then I added this to my init routine
this.Page_Load += new System.EventHandler(base.Page_Load);
this.Page_Load += new...
I am having a hard time with understanding something.
I have a base class that is derived from System.Web.UI.Page.
This is an example. It mirros what I am doing but it is not what I am doing.
public class SLBase : System.Web.UI.Page
{
private string _test;
protected virtual void...
-I don't have the File/Edit/View etc.
-I can't do anything but Alt+space to get any of the menus up.
-I get the same behavior if I right click MC and do explore
-If I double click on MC I get all of the menus and address bars
-I tried to "restore defaults" and "Reset All Folders" but it...
When I press the Windows Key + E I get a windows explorer window as expected but when it shows up all of my menus and tool bars are gone. I don't know how the get them back. Can anyone help?
I have tried right-clicking and I can never get a context menu that helps any.
Thanks
Brian
Okay. This seems to work. It doesn't make much sense to me, however. I don't understand how if I re-create the control it has the value it had before. Care to help explain it some?
Well, we have tried all of the variations of adding/removing quotes. I found out the problem is with the precompiler. I guess the stored procedures need to be precompiled into C code and then compiled and put in a library somewhere to be used.
We didn't figure out how to get around it...
We are using SQL only stored procedures. They are being compiled by DB2 Development Center from our WinXP workstations. We were wondering if it might be a bug or a shortcoming of that.
I don't have a lot of knowledge/experience with DB2 stuff and we are all just getting started with creating...
SELECT "VST_VISIT#" INTO "OUT_IPR_VISIT#" FROM DBA.VST_PATIENT_VISIT WHERE "VST_IDX_VISIT#"="IN_VISIT#"
we have tried this and several variations of it that I didn't save.
Development center brings back an error that I don't have access to. I made a request to get the exact error message.
Sorry, that was only for example. The actual field in question is VST_IDX_VISIT# or any field that contains a #. I was only giving an example in my first post.
It is a rather large table...
CREATE TABLE,"DBA"."VST_PATIENT_VISIT",
( "VST_OID" DBA.OID NOT NULL WITH DEFAULT
,"VST_IDENTITY" INTEGER
NOT NULL GENERATED BY DEFAULT
AS IDENTITY
( START WITH 350025)
,"VST_UPDATE_DTTM" TIMESTAMP...
Marc,
I will try to get the error messages. The DBA is the one with the issue and I don't have permissions to compile the procedures so I can't get the error myself. I am trying to help him out. The error has something to do with "illegal character" or something like that.
ddiamond,
We have...
I am not all that familiar with DB2. We are on version 7.2.
We have several tables that have the # sign in column names. They work fine when they are selected from a mainframe program.
However, we are trying to create SQL Stored procedures using some of these fields in the selection cursor...
I know this is a VB Application, but you just might get a better response on the VBA forum. So, if you don't get an adequate response here, you might try that forum. :-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.