Enter Keywords:
1 - 10 of 462(0.01 seconds)
Sort By:
 
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...
Zones: Visual BasicDate Answered: 08/19/2000 Rating: 7.2 Views: 0
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 ...
Zones: Visual BasicDate Answered: 12/10/2000 Rating: 7.8 Views: 0
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...
Zones: JavaDate Answered: 06/18/2002 Rating: 7.6 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...
Zones: .NETDate Answered: 02/08/2004 Rating: 7.4 Views: 0
how can you change dynamically the DataSource on c#?
Zones: C#Date Answered: 02/20/2004 Rating: 8.4 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...
Zones: Delphi ProgrammingDate Answered: 05/03/2004 Rating: 6.6 Views: 0
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 ...
Zones: MS Visual BasicDate Answered: 06/18/2004 Rating: 9.2 Views: 0
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...
Zones: IBM Web...Date Answered: 09/08/2004 Rating: 6.6 Views: 0
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...
Zones: Java, J2EEDate Answered: 11/03/2004 Rating: 9.4 Views: 0
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=...
Zones: JSP, JSTL / TagsDate Answered: 12/16/2004 Rating: 8.2 Views: 0