I have a set of Excel 2000 SP3 worksheets that have Pivot Tables that get data from an Access 2000 SP3 database created by a contractor who left our company. Unfortunately, he did all his work on his private area on the company (Novell) network and now that he has left us, the drive spec has been deleted and is invalid.
We were able to ...
I am trying to bind a dictionary as a DataSource to a ListBox. The solution in How to bind a dicationary to a ListBox in winforms will not work for me because my dictionary is a class-level variable and not a method-level variable, so I can not use var. When you put a class-level variable into new BindingSource(...) with null as the se...
I'm trying to bind a table of structures to a DataGridView. Loading and viewing the table is working fine but I can't edit a value and get it stored back into the table. Here's what I'm doing.
I have a "primitive" data type, Real defined by
public struct MyReal:IMyPrimative
{
public Double m_Real;
//...
public MyReal(Stri...
Hi,
I have a unexpected problem.
I had create a war with grails war. Then I had deployed in Tomcat.
For my surprise the crud works fine but I don't know what persistence is using, because it isn't use the mysql database I had configurate.
I know that because it doesn't list the data in the database.
So I did this test:
Compare grail...
Hello, I am sure this has to a comon thing I just can't find it. I am making a combobox from my data source.
Basically, This is a projects form and the user needs to select the the primary contact which is contrained by the customer id (GETbyCustomerID) set in another field. I have it working... mostly except the combobox only displays...
I'm using glassfish(v2.11) as my application server and I have another machine for mysql database server. Currently I want to separate the app server and db server, so I create a jdbc datasource to point to mysql server, but it doesn't works as expect, by the way, when I create datasource to point to local machine (glassfish app server ...
I have a standalone application that needs to connect to a Sybase database via a datasource, I'm trying to connect using getConnection() and get the connection from this Sybase datasource which is hosted in WAS 6.1, sadly I'm getting an error JZ004 -> Sybase(R) jConnect for JDBC(TM) Programmer's Reference: SQL Exception and Warning Messa...
Web app runs on Tomcat. Datasource is configured with Spring configuration,
and is used by Hibernate.
If we cannot use JNDI, what would you suggest to use as a DataSource?
org.springframework.jdbc.datasource.DriverManagerDataSource will be ok?
It's not very good, but sincerely speaking, it can be used on production server, right?
Just ...
I've created an InfoPath form that consumes a query webservice using rules: on click of a button the form populates the webservice data source with the query parameters, queries using the data source, then populates a field in the main data source with the results. The problem that I'm encountering is that on first click, this works fin...
I have an arraylist:
Dim downloadsarray As New ArrayList
downloadsarray.Add(iconlink)
downloadsarray.Add(imgpath)
downloadsarray.Add(filesize)
downloadsarray.Add(description)
Which is the datasource of my repeater:
DownloadsRepeater.DataSource = downloadsarray
DownloadsRepeater.DataBind()
P...
I am using weblogic JDBC datasource and my DB is oracle 10g,below is the configuration.
It used to work fine but suddenly it started giving problem,please see below exception.
Weblogic JDBC
datasource,java.sql.SQLException:
Cannot obtain XAConnection
weblogic.common.resourcepool.ResourceLimitException:
No resources currently...
Coldfusion Report Builder is great.
One small issue. We use ANT+CFANT to deploy.
When we create the report, say in a datasource called MyApp_dev on a dev box.
Our other server is the production server. It also contains a staging build to ensure everything is going smoothly before we publish to live. (thanks to Al Everett for bringi...
I have a strange problem, that is causing me some grief. If the following jar is in my classpath:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>org.hibernate.ejb</artifactId>
<version>3.3.2.GA</version>
</dependency>
My JNDI lookup for my datasource returns null. Here is the basic code I am using to do the lookup:
Initi...
Hi Everyone:
Is there some way to use multiple instances of TTPickerTextField in one TTMessageController? I am currently only using the default "To" field with a .datasource, but I am unsure of how to add the others to the main controller.
Thanks for any help.
...
I'm fairly new to database programming in .NET.
If I want to call several existing queries from the same database for different tasks, should I have one DataSource per database, per database connection, or per query?
...
I'm inserting a dropdwon list in datagrid on row editing. When i run the project the datasource is not rekognized. The asp.net part is there:
<asp:TemplateField HeaderText="Lookup 1">
<EditItemTemplate>
<asp:DropDownList
ID="Loocup1Drop...
BasicDataSource configured in spring
Weblogic datasource
which implementation is better in terms of
Stability
Performance
scalability
Online Help
...
Hi... I'm trying to create mysql datasource in websphere. I have setup the data source and test the data source from the admin console. I used ConnectJDBCDataStoreHelper as datasource helper.
Now, I'm trying to access the datasource from desktop application using Hibernate. I've set the JNDI URL, ContextFactory and etc. And I have refe...
I need help to understand how to properly build a cakephp 1.3 datasource.
FYI, I'm still a beginner regarding OOP.
I'll use Mailchimp as an example. Mailchimp provides a "Wrapper" (http://www.mailchimp.com/api/downloads/) for their API.
My first question is : Is it overkill to build a datasource since they provide a wrapper ?
On with...
Currently my setup is:
in my ear META-INF/jboss-app.xml
<jboss-app>
<service>datasource-ds.xml</service>
</module>
and datasource-ds.xml
<datasources>
<local-tx-datasource>
<jndi-name>jdbc/mydeployment</jndi-name>
<connection-url>jdbc:oracle:thin:@eir:myport:mydbname</connection-url>
<driver-class>oracle.jdbc.dri...