Hi,
I have a page that has some controls loaded dynamically at runtime in PlaceHolders and some controls that are loaded in the Designer View.
However, the dynamically loaded controls are rendered at the top of the page and the static controls are at the bottom.
Is there a way to have the...
Thanks.
So I've created the two tables (TAB_DEFINITION, MODULE) from 2 queries and I'd like to join them via a common TAB_ID column and then write the DataSet to an XML.
However, the data relation doesn't seem to be working properly.
'...
'ds is a DataSet
Dim dc1 As...
Hi,
I've queried 2 tables (inner joined) from the database via a DataAdapter and filled a DataSet. The data that's currently in the DataSet is then a single DataTable with all the information.
Instead, I was wondering if there's a way of storing the information in the DataSet as 2 DataTables...
Hi,
I have one application using an XML file to store information, and another that uses a database. Now we're going to use the database for the XML application as well, but instead of changing the XML app's data access procedures (for now), we're going to write an interim tool that takes the...
Nevermind, I've figured it out.
Instead of using the <XmlIncludeAttribute(GetType(UserAttribute))> attribute on the User class, i used it on the web method, and for a UserAttribute ARRAY, not object)
<WebMethod() ,XmlIncludeAttribute(GetType(UserAttribute()))> Get...
Thanks anyway!!
Hi,
I have a web service that returns an object (User), which consists of other user defined objects (UserAttribute).
If i consume the web service in a web form within the same package as the web service, the app works perfectly.
If i consume the web service from another web app, i get a...
Hi, I'm trying to resolve some synchronization issues with a multithreaded application I have and I've run into several solutions, and i'm unsure what to do.
For startes, I have several threads that will access a single Queue. So I have the following:
SyncLock _resourceProcessQueue.SyncRoot...
Hi
Unfortunately something in the application prevents us from granting access to another user and user that user instead, so i'll have to use a trigger (but i think i'll use a SCHEMA trigger instead).
Thanks!!
Well, here's the entire scenario.
I have an application that creates & populates a database upon installation (via a user APP_USER with RESOURCE and CONNECT roles). However, after the installation, APP_USER does not require create table/drop table rights anymore (only...
Hi,
I have a user (with CONNECT and RESOURCE roles) that creates a set of tables. If I revoke CONNECT and RESOURCE, and grant instead only CREATE SESSION and ALTER SESSION, the user can still drop a table he created (but not create new ones).
Is there a way to avoid this?
Thanks!
Hi,
I have an app running in a Tomcat/Axis environment. I want the app to call a .NET Web Service. I've done everything i need to create the service stub and so on,
The problem is when i call the page that accesses the web service, i get an Access Denied error:
(401)Access Denied...
Thanks Sem. I think my question was unclear however (or badly worded =D )
I have a .NET web service already created. I have a J2EE app we're developing using JDeveloper. What steps do i need to consume the .NET service. You mention getting a description through uddi and building a stub. How do...
Hi,
Does anyone know how to configure a JDeveloper project to consume a .NET web service running on a remote server?
All help is much appreciated. Thanks!!
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.