Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / FoxPro / SQL Queries / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Background Processing30 Jun 2004 19:24 GMT5
I have created a view in my database which is based on an ODBC connection to
a database in a proprietory piece of software that we use. It takes about 30
minutes to read all the records from the source. If I open the VIEW under
VFP then I can see the record counter clock up nicely ...
sql statement24 Jun 2004 21:57 GMT3
I am trying to write a sql statement but I have had no luck. I have three tables: city, customers, suppliers, the primary key is codcity
City
Codcity,    namecity
01    New York
Lookup table in field24 Jun 2004 21:52 GMT3
I am trying to provide validation data in a field (e.g. title) where data is looked up in another table (e.g. title with field titlename).
I can't seem to do this using FoxPro v. 6 table designer.
Thanks,
Kit
Query Problem23 Jun 2004 20:14 GMT1
I am getting a Syntax error on the following code... Anyone see whats wrong?
CLOSE ALL
SET SAFETY OFF
xFn = "REC03.XLS"
system messages executing ODBC querys22 Jun 2004 20:29 GMT1
Hello (and sorry for my bad english)
When executing a remote query via ODBC, how can i make message "Executing remote ... Press ESC to cancel" don´t appear in the corner of the screen ?
Thank you.
SELECT result as a table in from list21 Jun 2004 23:33 GMT2
I am trying to write a sql statement where I create a table in the FROM portion of the statement but have had no luck.
SELECT msm.* FROM (SELECT me_number FROM ME_ST_MATCH WHERE me_number NOT IN(SELECT me_number FROM ME_AND_NAME_MATCH)) msm, MasterFile m WHERE msm.me_number = m ...
Delete Procedure SQL18 Jun 2004 13:43 GMT1
I want to delete procedure from Command Window, i.e. with SQL statement. Something like "DELETE procedure  myproc".
Regards KalliMan.
Foxpro vs SQL Server15 Jun 2004 22:17 GMT9
I have to create a report in Crystal Reports off of a FoxPro database.  I
need to do a SQL UNION between two tables and it can't be done within
Crystal.  With SQL Server I would create a view or stored procedure and base
the report off of the view or stored procedure.  Is there a ...
SQL Speed10 Jun 2004 13:49 GMT3
I have a TextBox and a grid on a form. In the TextBox InterActiveChange method I have this code in order to populate the grid
Select Noms.Matricule, IIF(ISNULL(Noms.Employee),"N.D.",IIF(Noms.Employee,"Oui ","Non ")) As VdL, "(S)" As Fichier, Noms.Nom, Noms.Rue, Noms.Lieu ;
From ...
Using SQLEXEC to return a SQL SERVER IMAGE column09 Jun 2004 20:29 GMT5
I need to return an image column from my SQL SERVER table using SQLEXEC() into a VFP BINARY MEMO datatype.
My cursor always returns the IMAGE as a GENERAL datatype. I need the column datatype in my VFP cursor to be a BINARY MEMO to allow me to use the APPEND MEMO command.
Thanks ...
Table locking in MS SQL Server08 Jun 2004 14:36 GMT5
In a VFP 8.0 SP1 application, I seem to have problems with table locking.
In this case, the front-end application (which runs on Win98SE, Win2k and
WinXPprof) connects to a SQL Server 2000 (latest SP) on a Win2k server via
ODBC.
Rolback Transaction fails for OleDb Provider 8 for Visual Fox Pro ... ?07 Jun 2004 16:53 GMT11
I tried using the new v9 beta OleDb driver but it doesn't work still.
Please anybody, is it supposed to be this way or what am I doing wrong.
The record is inserted no matter what.
Se a condensed code snippet here from a TestClass i wrote to validate this:
Creating Views07 Jun 2004 14:16 GMT9
I have created views in Code (Form Init Event) and then populate a grid with it. However, I have noted I can't do so because that view has to be declared on Form Data Environment. How can I declare a View in Data Environment on Run-Time? Or, It is necessary to create views before ...
Connect to Oracle database04 Jun 2004 15:21 GMT5
I call Ms Query out of Excel environment and run nice a query to extract
from a Oracle database. I can see the data on screen but I need to write
it on any kind of file, such txt or dbf.
I was trying add the "into table xxx" like-Foxpro instruction but don't
FoxPro's command and SQL03 Jun 2004 14:42 GMT3
I'm currently in training course and I have to check if it's possible to use FoxPro's Database command (like USE, APPEND BLANK,...) with a SQL database.
Can you help me?
Thanks.
Pages: 1 2 May, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.