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 / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ODBC driver problems25 Dec 2004 17:55 GMT9
I'm working with:
MySql:
Database server: mysql-4.1.7-essential-win
ODBC driver: MyODBC-3.51.10-x86-win-32bit
SQL UPDATE to Memo field problem23 Dec 2004 16:12 GMT4
I am having a problem when I try to update a Memo Field with Line Feeds and
my UPDATE statement does not seem to be working.
Some of the data that I am moving has line feeds in it, so I need to pass
Char(10)s.
odbc data handling16 Dec 2004 13:56 GMT1
I want to know how to connect to firebird database and handle data. I have
been using foxpro database till date. How do I read, replace, append data ?
Any suggestions will be greatly appreciated.
VFP7: Select record not in table 216 Dec 2004 11:23 GMT5
Table1 containts
A
B
C
Insertion of Picture File into SQL Server12 Dec 2004 11:18 GMT5
I am facing problem in saving picture file to SQL Server Table.
In my application i am using connection string and sending queries through
program. Simple insertion/deletion queries works properly but it does not
work for picture file. I have set text(16) data type in SQL Server ...
VF8 -- Group By Question10 Dec 2004 16:00 GMT6
This works:
SELECT custid, count(jobid) ;
   FROM customer, job ;
   WHERE custid=jobcustid ;
sqlexec rounds data10 Dec 2004 13:31 GMT4
I am querying a microsoft access database table through an ODBC connection
using SQLEXEC, the numeric values in the access table are small decimals
defined as doubles. The values returned to my cursor are all rounded to 2
decimal places. I need these to be accurate to 9 decimal ...
SDF to SQL08 Dec 2004 23:23 GMT2
I may be in the wrong group, if so, sorry....
Is is possible to copy a text file (fixed width) directly to a SQL table.  
I know I can use the APPEND FROM to get a text file to a dbf table, what
about to SQL.
Multiple Selects VS Selects combined with Union07 Dec 2004 13:41 GMT1
Im having several Select statements to Get Counts of records for certain
conditions from several large tables.
Im using SQL server as the BE and VFP DLL as the middle tier.
I have two options to retrive the data.
validation in textbox07 Dec 2004 11:42 GMT5
Hi friends
I've textbox where i want user to enter numbers between 1 to 6.
I know i can write some validation in valid event.
i am wondering if there is property (like Inputmask) where i can set
Subquery with Group by03 Dec 2004 15:08 GMT3
Suppose in the student table, there are 6 different classes.
Now I do the following query (mtest is the mark of test):
select name, mtest from student ;
where mtest = (select max(mtest) from student group by class)
return latest data thru sql03 Dec 2004 06:38 GMT1
Hi Friends
I've following fields in a table.in some records all fields will be same
except transdate field (which contains date when this particular record is
created)
 
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.