I am trying to use a SELECT statement against an Oracle ODBC connection and it's telling me that it can't find the object(table). How do I create that statement?
Thank you in advance :>
Can I put a IIF statement in a VIEW like I can in Access query? If I can, can you give me an example, if not what do I use to replace the IIF statement.
Thank you in advance.
Why am I getting a DTS Designer Error when I am trying to start a new DTS package. I am running NT 4.0 sp6 PIII with 128mRAM, SQL2000 SP2. I've uninstalled and reinstalled. I get this message on 2 machines.
Thanx in advance
Please tell me what's wrong with this code, I am getting a syntax error.
SELECT CASE CCur(DTSSource("Bal Prin"))
CASE < 5000
DTSDestination("BALANCE_IND") = "<5K"
CASE >= 5000 AND < 15000
DTSDestination("BALANCE_IND") = ">5K < 15K"
CASE...
Thank you Dave, you've been alot of help. One more thing. My code reads like this:
USE myView
Do While .T.
REPLACE myView.oldDays with 100
SKIP
IF EOF()
EXIT
END IF
END DO
Now when I browse in the view after, I see that the changes were made, how do I make those changes update on the table. I...
I am new to Foxpro and new to SQL. I don't have problems using SQL to update a single table, but what if I am trying to update data in table A from the data in table B. I am experienced in Access and do this all the time. Here is the code in Access:
UPDATE tbl_inventory INNER JOIN...
I've been connecting to my Foxpro tables from Access via ODBC connection. I am using the Visual Foxpro Driver 6.01.8629.01 to connect. It has been ok for a while until lately when I click on the a Foxpro table (via ODBC) in Access, it locks up. Can anyone tell me what's wrong?
You need to set up a sub-form and place it inside your main form. Attach your backend query of course to your sub-form. If you are looking up values in your front-end database and you want you BE to lookup values based on a FE value, then in the criteria for your BE query, put in: [FORMS]![FE...
You're not very clear with your question, but let me take a stab at it. I believe your wanting to extract students from class x which is in one table, and class a,b, and c which are in seperate tables themselves. Many ways to skin a cat.
Here's one one:
Create a new make table query:
Create a...
There are several things you can do. I don't know how much experience you have, but I will start from the easy (less secure) level and work my way up.
1. Click on tools and click on start-up. Set which form you want to start and disable some of the features like the full database window etc...
I have two tables linked via a ODBC connection. Both tables come out of the same Visual Foxpro DB. I create a new query in Access and try and link the two tables mentioned here, and I get a cannot find either table error. However, when I connect to my Access tables with one or the other table...
I am trying to append from one table using the APPEND FROM command. My destination table has an account number set to a primary key and I want to keep it that way. During appending, it stops I guess when it sees a duplicate value. My error code is 1884- account number key is violated. How do I...
I am new to sql7. I am trying to import Access table and I am getting a "Cannot create instance of DTS Package" error every time I get to the end of the import wizard. Please help
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.