Enter Keywords:
1 - 10 of 6272(0.069 seconds)
Sort By:
 
I am only a beginner in VB and now I am trying to open a dBase IV, (.dbf) file in VB and try to select some records and write onto a new dBase IV, file (how do I do that ?) I used "Set dbDBF = wrk...
Zones: Visual Basic, dBaseDate Answered: 05/06/1998 Rating: 7.2 Views: 0
I am using a jdbc-odbc bridge to connect to a foxpro table. Why is it that I can SELECT but when I try to INSERT I get the error "[Microsoft][ODBC Foxpro driver] Operation must be an updatable quer...
Zones: FoxProDate Answered: 08/03/1998 Rating: 6.4 Views: 0
I am trying to write a gerneic update SQL program that updates tables.  Here is my code: Why doesn't req_num and old_value get filled in from the SELECT INTO? I know this could be done with PL/SQL ...
Zones: OracleDate Answered: 09/24/1998 Rating: 6.8 Views: 0
3/29/99 Dear Experts, MyForm has two text boxes -Text1 and Text2 - and a couple of  PushButton - MyButton1 and MyButton2. and 2 more text boxes - From and To. I want to type a Query name - MyQue...
Zones: MS AccessDate Answered: 03/30/1999 Rating: 6.2 Views: 0
I had a local variable declared in a stored procedure. This local variable gets populated on the run by different parameters passed to the stored procedure. The way to populate this variable becaus...
Zones: MS SQL ServerDate Answered: 06/19/1999 Rating: 7.8 Views: 0
Hi,    I'm trying to "select" multiple values. I have a table with, say 2 fields ID, DUMMY, where ID has an index. I need get a DUMMY's value for each ID ( and that is exactly one value ). ...
Zones: OracleDate Answered: 10/19/1999 Rating: 9.8 Views: 0
Hello, I'm trying to select data from my database and having trouble with the output. I want to select only the organizations and documents from the org and docs tables where featured is yes. I a...
Zones: MS SQL ServerDate Answered: 01/11/2000 Rating: 4.6 Views: 0
I am ashamed by my lack of skills - this is simple but I haven't used forms in Access since the stone age..... Anyway I've got a listbox with data in it and a subform on a form.  Depending on wh...
Zones: MS AccessDate Answered: 01/13/2000 Rating: 8.2 Views: 0
How do you get the first n, next n results etc... of an SQL select statement?
Zones: OracleDate Answered: 03/08/2000 Rating: 5.8 Views: 0
Suppose I have a table table1 with the following fields: id1, id2 and the rows are as follows: id1   id2 1     A 1     B 1     C 2     A 2     B 2     C 3     A 3     B 3     E and I...
Zones: OracleDate Answered: 02/10/2000 Rating: 6.4 Views: 0