Datagridview Column Naming

Hai
I am developing a project in Asp.net c#.In one of my form am using two datagridview and these gridviews are filling using a common function which has gridview as one of its parameter like
ShowRecordDetail_SP("RETAIL_SALES_DETAIL", "2011", dgvDetail);
To make it work i want to assign database table fields as the name of gridview columns.
My problem is two tables is having columns with same name.In both grid views there is a field called 'PCS', and both table in database also having same column name as 'PCS'.So second grid view is not allowing me to set column name as 'PCS' because first
gridview already has a column in same name.Is there any way to fix this problem.?
Please any one help me.

Like you have seen a DataGridView is a windows forms control.
Windows forms is one of the two desktop user interfaces from Microsoft .Net programming.
Microsoft has also a form inside a page (or better the form is a WC3 part), but that has nothing to do with desktop.
I suggest you to try this in the ASP.Net forum (and avoid the word datagridview otherwise they send you direct back)
http://forums.asp.net
Success
Cor

Similar Messages

  • Multiple columns (named the same originally) and mapped to the same lookup table are causing a Cube Build issue

    Hey folks, looking for some insight here.
    I've an implementation that contains some custom Enterprise columns mapped to lookup tables.  In the instance I'm working with now, it looks like there was/is an issue with one of those columns.  In this scenario, I have a column named
    ProjectType, created initially with that name, mapped to a lookup table.  This field's name was then changed to
    Project Type.  After that, it looks like another column was created, also called
    ProjectType.  So now, we have what I would have originally thought was two distinct columns, even though the names used are the same.
    Below is the error we're currently getting during the Cube Build Process...
    PWA:http://ps2010/PWA, ServiceApp:Project Web App, User:DOMAIN\user, PSI: SqlException occurred in DAL:  <Error><Class>1</Class><LineNumber>1</LineNumber><Number>4506</Number><Procedure>MSP_EpmProject_OlapView_B8546719-4D4C-473A-84B1-89DEDA2307E0</Procedure> 
    <Message>  System.Data.SqlClient.SqlError: Column names in each view or function must be unique. Column name 'ProjectType' in view or function 'MSP_EpmProject_OlapView_B8546719-4D4C-473A-84B1-89DEDA2307E0' is specified more than once.  </Message> 
    <CallStack>   
     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)   
     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)   
     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)   
     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)   
     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)   
     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)   
     at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)   
     at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()   
     at Microsoft.Office.Project.Server.DataAccessLayer.DAL.SubDal.ExecuteStoredProcedureNoResult(String storedProcedureName, SqlParameter[] parameters)  </CallStack>  </Error>
    I've tried deleting the one column, but the build still gives the above error.
    Any thoughts as to how the above could be resolved?
    Thanks! - M
    Michael Mukalian | Jan 2010 - Dec 2010 MVP SharePoint Services | MCTS: MOSS 2007 Configuration | http://www.mukalian.com/blog

    We tried taking it out of the cubes, and it builds fine.  The challenge we're having is in building the cubes with that custom field "ProjectType".  It's as if the cubes still hold some reference to it even when it's deleted.
    Since the OLAP View ('MSP_EpmProject_OlapView_{guid}') is recreated, would it be as simple as deleting that View, and trying to recreate?
    Thanks - M
    Michael Mukalian | Jan 2010 - Dec 2010 MVP SharePoint Services | MCTS: MOSS 2007 Configuration | http://www.mukalian.com/blog

  • Dynamically write data to a column named in a table

    I'd like to write a query that will look up a code, aggregate some data based on the results of that lookup, and store the result in a column named in the lookup table. This isn't real clear; I need an example.
    pseudo code:
    lookup_table(target_column, lookup_code)
    values('target_col_1', 'A')
    values('target_col_2', 'B')
    select target_column as target ,
    lookup_code as code
    from lookup_table
    for each row {
    update results_table r
    set target =(
    select sum(somecol),
    pk_id
    from source_table src
    where code_col = code
    where r.pk_id = src.pk_id
    Does this make any sense?

    End-User wrote:
    I'd like to write a query that will look up a code, aggregate some data based on the results of that lookup, and store the result in a column named in the lookup table.Storing code or parts of code in database tables is a really bad idea.
    {message:id=10590811}
    You will need to construct the SQL dynamically, which is difficult, error prone and resource intensive if it runs.
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/dynamic.htm#LNPLS011

  • Error in Creating a Chart Web Part Connected to a List-Column named "" already belongs to this DataTable

    Hi,
    I am trying to create a Chart Web Part that is connected to a list. 
    I inserted a Chart Web Part on the page.
    In Step 1, I chose, Connect to a List.
    In Step 2, I chose the List, "QPAPForm"
    After I connect to the list (QPAPForm), and I get to step 3 to Retrieve and Filter Data, I have the following error message:  "Please correct the following: A column named "Update Policy Tasks" already belongs to this Data Table.
    "Update Policy Tasks" is a Workflow used on this list (QPAPForm), but it is not a column value per se.
    How do I correct this issue?
    Thanks,
    Jan

    Hi,
    I have done a test, and I can’t reproduce your issue.
    I created a custom list and an approval workflow which generated an column in the custom list. Then created a Chart Web Part which was connected to the custom list, I didn’t meet any error.
    Let’s verify the following:
    What template is your List template? what columns does the list has?
    What kind of workflow has generated the “Update Policy Tasks” column?
    I suggest you re-create the list without workflow and do a test, compare the results.
    Best Regards
    Lisa Chen

  • CMP : Table does not have a column named ...

    Hello All,
    The following error is generated while verifying CMP bean before deployment with asant tool.
    The table and field are present in the database, is there any way to debug whats wrong?
    Error:
    The table XYZ does not have a column named ABC
    Test Name : tests.ejb.ias.cmpmapping.ASSunCmpMappingTest
    Test Assertion :
    Test Description : FAILED [JDO-GEN-CMP-Validation] : Unexpected exception occured while initializing JDOCodeGenerator, for the mapping file [ META-INF/sun-cmp-mappings.xml ], of the ejb archive [ SchemeEJB ] .Check stacktrace for details :
    [ java.lang.RuntimeException: The table XYZ does not have a column named ABC[/b]
    The following error is reported. But in reality there is a column name(ABC) in the table(XYZ).
    Thanx in Advance
    Rgds,
    Girish.
    Here is the cmp-mapping.xml we are using
    <sun-cmp-mappings>
    <sun-cmp-mapping>
    <schema>SchemeEJB</schema>
    <entity-mapping>
    <ejb-name>SchemeEJB</ejb-name>
    <table-name>SCHEMES</table-name>
    <cmp-field-mapping>
    <field-name>schemeDeptCode</field-name>
    <column-name>SC_DEPT_CODE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeCode</field-name>
    <column-name>WF_SCHEME_CODE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeEnName</field-name>
    <column-name>EN_NAME</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeUcdName</field-name>
    <column-name>UCD_NAME</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeStartDate</field-name>
    <column-name>START_DATE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeEndDate</field-name>
    <column-name>END_DATE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>isActive</field-name>
    <column-name>IS_ACTIVE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>enShortDescription</field-name>
    <column-name>EN_SHORT_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>enLongDescription</field-name>
    <column-name>EN_LONG_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>ucdShortDescription</field-name>
    <column-name>UCD_SHORT_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>ucdLongDescription</field-name>
    <column-name>UND_LONG_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>sponsererCode</field-name>
    <column-name>SPONSERER</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>userId</field-name>
    <column-name>WS_USER_ID</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>createdDate</field-name>
    <column-name>WS_CREATED_DATE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>lastModified</field-name>
    <column-name>WS_LAST_MODIFIED</column-name>
    </cmp-field-mapping>
    </entity-mapping>
    </sun-cmp-mapping>
    </sun-cmp-mappings>

    This is almost always the case when using CMP and the schema hasn't been updated after adding the new column to the database. This has happened to me multiple times in the past month.
    I'm referring to the <schema> element under the <sun-cmp-mapping> element in the sun-cmp-mappings.xml deployment descriptor that's generated from the capture-schema utility.
    I'm 99% certain this is what you're encountering.

  • Select query to select a column named NUMBER

    Hi all,
    I have a table which is having a COLUMN NAME as NUMBER whose DATA TYPE is VARCHAR2(90 BYTE).
    How should I select the column named NUMBER.
    I am trying the sql query through SQL Developer.
    I tried with following options.
    1) select NUMBER from table_name
    2) select [NUMBER] from table_name
    3) select "NUMBER" from table_name
    4) select [table_name.NUMBER] from table_name
    But i did'nt succeed through the above queries. all the above queries are giving error.
    So, please help me in this regard to query the column named NUMBER (which is a reserved word in Oracle)

    Hi,
    create table x3(
      "number" varchar2(200)
    insert into x3 values(2);
    insert into x3 values(2);
    insert into x3 values(1);
    select * from x3
    where "number" = '1'
    This gives me output properly. But when i tried creating a column just with name "NUMBER"... got below error. Your 2nd query looks ok. What error do you get there?
    Error report:
    SQL Error: ORA-00904: : invalid identifier
    00904. 00000 -  "%s: invalid identifier"
    *Cause:   
    *Action:

  • Ambiguous Column Naming Error In Query

    I'm getting a strange Oracle error when I try and run a (relatively)
    straightforward query.
    This is the error I get:
    ORA-12801: error signaled in parallel query server P000
    ORA-00960: ambiguous column naming in select list
    This is the query that Kodo is generating:
    SELECT DISTINCT
         t0.EVENT_ID, t0.ACTIVE_YN, t0.CREAT_BY, t0.CREAT_DT,
    t0.REPORTED_CURNCY_CD,
         t0.PUB_DESCR_TX, t0.FREQUENCY, t0.MOD_BY, t0.MOD_DT, t0.EVENT_NAME,
    t0.CLI_ID,
         t0.ORG_UNIT_ID, t0.RATING_CD, t0.TOTAL_MONEY, t0.RISK_CLASS_ID, t0.TYPE,
         t0.STATUS_ID, t0.LOSS_LOC_CUR, t0.EVENT_TYPE, t0.EVENT_NAME
    FROM
         DEF_EVENT_DATE t2, EVENT t0, EVENT_DATE t1
    WHERE
         (((t2.DATE_TYPE_CD = 'Start Occurrence Date' AND
         t1.VALUE_DT <= {ts '2002-10-09 14:17:02.422'}) AND
         t0.CLI_ID = 2963) AND
         t0.EVENT_ID = t1.EVENT_ID AND
         t1.DATE_TYPE_CD = t2.DATE_TYPE_CD)
    ORDER BY
         t0.EVENT_NAME ASC
    t0.EVENT_NAME is being selected twice. I am guessing this has something to
    do with the ORDER BY clause.
    But in conjunction with the DISTINCT keyword this is breaking the query.
    This can be shown in the following simple example:
    SELECT DISTINCT
         t0.EVENT_NAME, t0.EVENT_NAME
    FROM
         EVENT t0
    ORDER BY
         t0.EVENT_NAME ASC;
    This throws the same 'ambiguous column' error as before.
    My question is why is the DISTINCT keyword being used in this query and
    how do I fix it?
    Thanks in advance,
    Simon

    i'm not sure,
    but the problem you reported tends to be an oracle problem.
    (selecting a column twice should be not a problem)
    the ORA-error you reported is a parallel query error ...
    and parallel queries are bound to some special conditions ...
    try: alter table <table> parallel 1
    and apply your test again.
    "Simon Horne" <[email protected]> schrieb im Newsbeitrag
    news:ao1js8$i6r$[email protected]..
    I'm getting a strange Oracle error when I try and run a (relatively)
    straightforward query.
    This is the error I get:
    ORA-12801: error signaled in parallel query server P000
    ORA-00960: ambiguous column naming in select list
    This is the query that Kodo is generating:
    SELECT DISTINCT
    t0.EVENT_ID, t0.ACTIVE_YN, t0.CREAT_BY, t0.CREAT_DT,
    t0.REPORTED_CURNCY_CD,
    t0.PUB_DESCR_TX, t0.FREQUENCY, t0.MOD_BY, t0.MOD_DT, t0.EVENT_NAME,
    t0.CLI_ID,
    t0.ORG_UNIT_ID, t0.RATING_CD, t0.TOTAL_MONEY, t0.RISK_CLASS_ID, t0.TYPE,
    t0.STATUS_ID, t0.LOSS_LOC_CUR, t0.EVENT_TYPE, t0.EVENT_NAME
    FROM
    DEF_EVENT_DATE t2, EVENT t0, EVENT_DATE t1
    WHERE
    (((t2.DATE_TYPE_CD = 'Start Occurrence Date' AND
    t1.VALUE_DT <= {ts '2002-10-09 14:17:02.422'}) AND
    t0.CLI_ID = 2963) AND
    t0.EVENT_ID = t1.EVENT_ID AND
    t1.DATE_TYPE_CD = t2.DATE_TYPE_CD)
    ORDER BY
    t0.EVENT_NAME ASC
    t0.EVENT_NAME is being selected twice. I am guessing this has something to
    do with the ORDER BY clause.
    But in conjunction with the DISTINCT keyword this is breaking the query.
    This can be shown in the following simple example:
    SELECT DISTINCT
    t0.EVENT_NAME, t0.EVENT_NAME
    FROM
    EVENT t0
    ORDER BY
    t0.EVENT_NAME ASC;
    This throws the same 'ambiguous column' error as before.
    My question is why is the DISTINCT keyword being used in this query and
    how do I fix it?
    Thanks in advance,
    Simon

  • Column naming standard..table naming  standard..

    Currently I am working in one of my clients place..and here i see column names more than 35 characters..
    According to me column name should not be more than 15 characters...
    Is there a limit ??
    Is there any table naming column naming standard..

    I found couple of link for Oracle Naming convensions:
    http://www.oracle-base.com/articles/misc/NamingConventions.php
    http://www.dba-oracle.com/standards_schema_object_names.htm
    http://www.gplivna.eu/papers/naming_conventions.htm
    http://ss64.com/ora/syntax-naming.html
    Hth
    Girish Sharma

  • What to do when I have column named as OBJECT_ID....

    Hi all,
    Can any one tell the work around if i have one column named as OBJECT_ID. I have table which has got column name object_id, although it should not be, but it is an existing applciatin so, i need to fix this.
    Oracle has got a pseudocoulumn named ad OBJECT_ID, so when I deployed my application in server and there client is using ORACLE 10g . It throws an exception.
    Please help
    thanks

    Hi,
    I am calling this insert statement from java programme.
    INSERT INTO AUDIT_TRAIL ( "
                   + "AUDIT_TRAIL.ID, " + "AUDIT_TRAIL.ACTIVITY_DATE_TIME, " + "AUDIT_TRAIL.ACTIVITY_TYPE_ID, "
                   + "AUDIT_TRAIL.CASE_STATUS, " + "AUDIT_TRAIL.LOGGED_DATE_TIME, " + "AUDIT_TRAIL.OBJECT_ID, "
                   + "AUDIT_TRAIL.OBJECT_TYPE, " + "AUDIT_TRAIL.SERVICE_NAME, " + "AUDIT_TRAIL.SYSTEM, " + "AUDIT_TRAIL.USER1 "
                   + ") SELECT " + "AUDIT_TRAIL_PK_SEQUENCE.NEXTVAL, "
                   + "CASE.ACTIVITY_DATE_TIME, " + "CASE.ACTIVITY_TYPE, "
                   + "CASE.CASE_STATUS, " + "SYSDATE, " + "CASE.CASE_ID, "
                   + "'Case', " + "?, " + "'Case Management Services', "
                   + "?" + "FROM " + "CASE " + "WHERE " + "CASE.CASE_ID=(SELECT CASE FROM FORM_CONTENT WHERE FORM_CONTENT_ID=?)
    in our location we are using oracle 9i, but in client side they are using 10g...
    thanks

  • Cannot enter data into table with column named DATE

    I have a table as follows:
    CREATE TABLE PACKINGLINE (
    SNO VARCHAR2(13),
    "DATE" DATE DEFAULT SYSDATE,
    PRDORDNO VARCHAR2(12),
    NOW DATE DEFAULT SYSDATE,
    CONSTRAINT PACKINGLINE_PK PRIMARY KEY ("SNO", "DATE"));
    Note the "cleaverly" named DATE and NOW columns (yes, that is the name of the column... our company was bessed with a very clear SQL server DBA in the past)
    This SQL statement works:
    INSERT INTO PACKINGLINE (SNO, PRDORDNO) VALUES ('1000808972', '100080897');
    However when I try use SQL Developer as follows I cannot enter data:
    1. Open SQL Developer
    2. Click on "Tables" then on my table named PACKINGLINE
    3. Click the "Data" tab
    4. Click the [+] "Insert Row" Icon
    5. Enter the same data as above
    6. Click Commit
    7. The following error is shown in the log window and I cannot commit the data change.
    Error message
    ==================
    INSERT INTO "DBO"."PACKINGLINE" (SNO, PRDORDNO) VALUES ('1000808971', '100080897')
    One error saving changes to table "DBO"."PACKINGLINE":
    Row 5: ORA-06550: Row 1、Column 25:
    PL/SQL: ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-320: the declaration of the type of this expression is incomplete or malformed
    ORA-06550: Row 1、Column 7:
    PL/SQL: SQL Statement ignored
    ==================
    I can copy and paste the above query into a normal SQL statement window and the data commits fine.

    Its so flaky there really must be something wrong Mr Adobe support person....
    If I load a PDF, do nothing, gently save it, reopen and then waiting for my trial dialogue to wake up so that I can click on continue trial... then save as extended reader blah.... then close. I have finally saved one that works!!!! but how difficult is that????
    WHAT IS WRONG ADOBE??

  • I would like to create a custom datagridview column containing text images and MS Word OLE objects

    I am an old time LabView programmer going back to 2.0.  But moved on with my career several years ago.  But here I am back attempting a custom column in dataviewgrid control.  .NET is hard.  My goal is to read in an MS Word document and parse it out to a custom column.  The column will contain regular old text, images and MS Word objects, sometimes called OLE objects.
    There is scant information on creating .NET and labview when it comes to form manipulation.  I have stuggled through the learning curve and now able to insert a text box column into a datagridview and add it to the form container and actually size it to the datagridview control.  I've added a menu, but still figuring out the layout class.  Did I say .NET is hard?
    I know there must be a custom column created and even found a C# example, sorta.  Trouble is the example uses easy stuff like override and private.  It will take me another 3 weeks for that, darnit I'm getting lazy.
    Does anybody out there have some example of a custom column in the datagridview?
    If you ask to post code.  I have nothing I would be proud to show.
    The sorta go by: http://www.codeproject.com/Articles/31823/RichTextBox-Cell-in-a-DataGridView

    This is what the progress looks like so far.  I broke the tasks down in sub VIs.  One to create a custom cell so I can add it to the column CellTemplate.  The other to add the column to the control.  My limited knowledge of .NET and the implementation in LV causes me to question the value of LV .NET.
    The coding to create a TextBoxCell override with ImageCell CellTemplate.  Honestly I'm guessing what to do, because the LV documentation on inheritance and overriding is poor at best.
    The column coding to add the cell to the custom column.
    Probe 19 always comes up with an error.  The error is the standard 1172 with no clue what is causing it.  The "index" will work on 0 or 1, I suspect bc the two cell types are 0 and 1 but nothing tells me that, just guessing.

  • Data Model: Relational Tables/Columns Naming Options

    Hello,
    My design consists of several Relational models.
    1. Using Logical model properties, I defined Naming Options (Max. Name Length, Character Case, Valid Characters) applicable to all Entities, Attributes and Views.
    2. But for Relational models, Tables/Columns/Views Naming Options (Max. Name Length, Character Case, Valid Characters) can only be defined per Relational model and not for all the models.
    Question: Is it possible to define Tables/Columns/Views Naming Options (Max. Name Length, Character Case, Valid Characters) applicable to all Relational models? If yes, please inform me.
    Thanks
    Chiedu

    Andrey,
    When You select all the columns, you need to hold the Shift key to select all. Don't let it go to do the copy. So, still holding the shift key, right click for the context menu. The menu only has 2 items, Copy and Delete. Now Copy. Then you can go to the diagram and select paste, to paste them in each of the tables you want those columns to appear in.
    Sue

  • Site column naming question

    To have my own set of site columns (and content types) I created separate groups for both of them. Now I want to create a 'First Name' site column but there already is a built-in one. What is the recommended (best practice) approach of naming in such cases?
    Thanks.

    I'm still struggling with this custom site column stuff.
    When creating a custom site column (using SharePoint Online GUI) Site Settings -> Site Columns -> Create 'FirstName1' and then change
    this site column to 'First Name' I get an error message  "The column name that
    you entered is already in use or reserved. Choose another name.” If I change to something different e.g. 'First Name1' the field in the link 
    https://xxx/sites/try_out/_layouts/15/fldedit.aspx?field=FirstName1&Source=%2Fsites%2Ftry%5Fout%2F%5Flayouts%2F15%2Fmngfield%2Easpx%3FFilter%3DAll%2520Groups
    stays the same as the original entry (=FirstName1). I thought the field in the link is in fact the SharePoint
    internal name? So that during the change of the site column (after the initial
    creation)  would be the
    display name?
    Guy

  • Sanity check - Logical column named "Month"

    Logical Table: Period
    Logical Column: Month
    Version: 10.1.3.3
    - Can create a dashboard prompt on this column
    - Can create a report filter on this column, but it only works for the month of September
    - Logical SQL looks fine (WHERE Period."Month" = 'August')
    Is this some sort of reserved word weirdness?
    When I do the same report based on "Month Abbreviation" (Aug) I get data.
    Thoughts?

    I have this model and it works fine.
    If you create a new condition based on that column, and click to generate a list of values to select one, are you seeing the value 'August' in there? Could there be a space at the end of the string? ie. 'August_'

  • PLS-320 error.  Column named the same as the data type.

    Howdy all. I have a table called BLOBS. It is made up of two columns - B_ID and BLOB. The data type of the BLOB column is the BLOB data type. This is causing me problems when using this table in a PL/SQL procedure. The error that I get is below. The error goes away if I rename the BLOB column to something other than BLOB, but I do not want to do this. I have migrated this database (with about 1000 stored procedures) from SQL2K. Are there any workarounds for this problem other than renaming the column?
    jeff w
    Line # = 20 Column # = 2 Error Text = PL/SQL: SQL Statement ignored
    Line # = 43 Column # = 21 Error Text = PL/SQL: ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-320: the declaration of the type of this expression is incomplete or malformed

    Thanks. I know it would be better to rename it, but that is currently on the low end of my options. As I stated, I have about 1000 stored procedures in my SQL2K database - many of them access this BLOBS table and this BLOB column.
    I am given the error even without trying to access the particular BLOB column, though. If I just include the BLOBS table in the FROM clause of a query I get the error.

Maybe you are looking for

  • Scalable graphics problem

    b Please note: Im not sure whether this problem is related to Illustrator itself, but I would greatly appreciate the help of anyone more enlightened than me in digital graphics. b Summary: Problem while generating .PDF from Microsoft Word file contai

  • After Dark- has left me in the dark.

    I set a password on my After Dark screensaver a while back. I turned off the password protect option, and never used it for a long time. Now, I wanted to use it again, but...I forgot the password. Is there any way to locate it, or reset After Dark? I

  • Need help getting pdf's to open in browser?

    I have Acrobat Standard 6.0 and Adobe Reader on my system.  For some reason, now when I try to open a pdf in the browswer, specifically in IE - I get the message "the adobe acrobat reader that is running cannot be used to view pdf files in a web brow

  • Sqlserver_utilities use for migrating MS SQL to 9i - compilation error

    I've seen lot of questions about compilation error in the sqlserver_utilities particularly on Oracle 9i database where some procedure and functions are not compiled and required rewritten. The main issues seem to be with new features or tables/views

  • JDK/Java on XP

    Has anyone been using windows XP? How well does Java/JDK/J2EE work on it. I've read that it doesn't come with JVM loaded, and one has to download a patch. From where? Kamran