Ok, I have an ADO Data Control on a form. I also have a MS Heirarchal flexgrid on the same form. In the code, I have:
private RST as new adodc.recordset
dim selectstring as string
selectstri...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11050865.html
Zones:
Visual BasicDate Answered: 08/19/2000 Grade: B Views: 4
Trying to populate a datacombo with values from an access table. The table is a list of (# ID, Name).
When I select a datasource the data1 control is available, but when I select a rowsource I ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_12020199.html
Zones:
Visual BasicDate Answered: 12/10/2000 Grade: A Views: 8
Hi guys!!!
I have a question regarding the datasource in jdbc. If i used datasource to connect to database(mysql) should i still need a driver?Can u give me some code on how to conenction using...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20312926.html
Zones:
JavaDate Answered: 06/18/2002 Grade: B Views: 0
This is a tough one for me:
I am trying to bind a combo box to a datasource that is holding a refernce number to value in a reference table.
For example:
I have a ds that gives me all of the fie...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20829224.html
Zones:
.NETDate Answered: 02/08/2004 Grade: A Views: 0
how can you change dynamically the DataSource on c#?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20884151.html
Zones:
C#Date Answered: 02/20/2004 Grade: B Views: 0
I have an application that has many Tdatasource components.
The individual datasource components can change dataset many times at runtime.
I need to execute some code whenever this happens.
I ne...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20971499.html
I have a table for the Courses, a table for the matters.
a course can contain more then one matter, and the matter can be for more then one Course. so there is a table Course_Matter, that contain ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21021549.htm...
Hi
I'm trying to execute launchClient. but somehow the following error appears when it's looking up for datasource. btw, I do not have problem using WSAD to run my program.
com.ibm.websphe...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Webs...
I want to get connection to a database using jboss. Is it true I must configure a new datasource and then get this datasource from my code using the InitialContext..lookup() method?
Where do I co...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21192622.html
Zones:
Java,
J2EEDate Answered: 11/03/2004 Grade: A Views: 12
how to add a parameter to datasource
<sql:query var="rs" dataSource="xxx">
select * from tableA
</sql:query>
xxx might be a session variable
i cannot put
<sql:query var="rs" dataSource=...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21244510.html