microsoft.public.fox.vfp.queries-sql
  Home FAQ Contact Sign in
microsoft.public.fox.vfp.queries-sql only
 
Advanced search
January 2007
motuwethfrsasuw
1234567 1
891011121314 2
15161718192021 3
22232425262728 4
293031     5
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2007 2006    
total
microsoft ... vfp.queries-sql Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  query identifying deleted records         


Author: David Cox
Date: Jan 29, 2007 05:18

Hi

I have a need to return both active and deleted records in one query,
allowing me to identify those records which were marked for deletion in the
child table. Sounds simple but it is proving a problem.

Thanks in advance

David
1 Comment
  OT In aware of SQL.         


Author: Rob
Date: Jan 29, 2007 04:39

I am impressed with the power the language. Incredible when you
consider this dates back to the 70s.

Edgar F Codd Is considered the Father of SQL but he did not seem to be
happy with with the early versions as it did not fit his original model.
Where these conflicts ever sorted out, do you think he would happy
with the MSSQLServer, Interbase, MySQL.

Do you think we still be using SQL the way we are in 200 years time ?
no comments
  how do NOT bring all the records using Select * from         


Author: Guillermo Arias
Date: Jan 27, 2007 16:22

Hi people, this is Guillermo, from Perú.
I would like you to give some suggestions about my problem

I'm Using DB Postgre + VFP. Initially i thought using a DBC database +
remote views, but mi app will not work that way, because i am using
Postgre Schemas, and that is like little DB inside one only DB.

That is why i thought creating self made remote view, i mean to say
Updateable cursors writing some code, they work fine, and consist on:

1- Load the cursor from DB with SQLEXEC(lc_conex,"SELECT * FROM
MITABLA","MICURSOR")
2- Some code with CURSORSETPROP in order that the cursor be updateable
and send data to my DB.

As you realize, my problem is in step 1. But i read that exists some
alternatives for do not bring all the records.

- A sentence SQLSETPROP with parameter of conection 0 can set by
default the way SQLEXEC communicates with the DB.
- Also i can use CURSORSETPROP with parameter nWorkArea=0 for
establish by default tha way cursors work and load records.
Show full article (1.32Kb)
2 Comments
  remote view- does it bring all the records to my pc         


Author: Guillermo Arias
Date: Jan 26, 2007 22:46

Hello, i am using self made remote views (updateable cursors) i begin
my function this way:

sqlexec(lc_conexion,"SELECT * FROM mytable","micursor")

the question is: Does it bring ALL the records to my pc?

thanks
Guillermo Arias - Lima - Perú
2 Comments
  VFP8 -> VFP9 Considerations         


Author: Clive Pearce
Date: Jan 26, 2007 13:46

our company is thinking of recompiling our existing Visual Foxpro 8
application to Visual Foxpro 9.
we would like to take advantage of the MS SQL database integration.
however, we've been told that while the .dbf databases can be easily
converted to MS SQL using the upgrade wizard, we're not sure how the
application will get complied.
will we have to rewrite all the data queries and commands?
or, will the recompile manage this?
...
our primary objective is to prevent application file locking and faster data
processing.
thank you for your comments,
CP
6 Comments
  vfp y sql server         


Author: Rick Arg
Date: Jan 26, 2007 09:41

Algun manual recomendable para bajar ?

Difiere mucho el uso de sql server y vfp , entre las versiones 6.0 y 9 de
vfp ?

Gracias y saludos
Ricardo
2 Comments
  Data in field does not meet field specifications         


Author: Darrell Wesley
Date: Jan 26, 2007 06:27

Does anyone know of a utility that will examine every filed in every record
and report which records and fields that have data in them that does not
conform to the field specifications?

This is to prevent other non FoxPro applications from having problems
reading the dbf files using the latest OLEDB drivers.
11 Comments
  FoxPro to MS SQL         


Author: bala nemate
Date: Jan 26, 2007 01:35

Hi,

I need to Insert some data to MS SQL 2005 from VisualFoxPro. Is it
possible?

br,
bala nemate
1 Comment
  How to extract Hour, Minute & Second         


Author: Dale
Date: Jan 21, 2007 04:45

A table has a field containing the date and time. Example 2006-2-20
08:11:44.123...field name is DateInitiated. I can extract the month, day and
year by using Day(DateInitiated), Month(DateInitiated), Year(DateInitiated).
How would the time be extracted for hours, minutes and seconds?

Thanks!
9 Comments
  SQL-QUERY PROBLEM         


Author: sanjib
Date: Jan 20, 2007 00:11

Dear Friends

I have two files e.g. order and receipt and both have a common field IND_ID

Now when i order suppose order no1,2,3,4,5 etc.

And I received order no.2,4

I want result content of order no.1,3,5 i.e which order IND_ID is not
available in receipt file.

How to make a sql query.

Thanks

--
sanjib
4 Comments
1 2 3 4 5 6 7 8 9