473,408 Members | 2,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Can I use LINQ to get to a VFP table?

cj
Can I use LINQ in VB .Net 2008 to get to a Visual FoxPro Table? I've
seen demos of it with SQL Server but they've used it with a server
browser and I don't think that'd work when I need to see VFP tables.
Jan 2 '08 #1
4 2128
Linq to SQL is only for SQL server.

Linq to DataSet is for others, however that is not direct to retrieve the
dataset.

http://msdn2.microsoft.com/en-us/library/bb386977.aspx

Cor

"cj" <cj@nospam.nospamschreef in bericht
news:O2**************@TK2MSFTNGP02.phx.gbl...
Can I use LINQ in VB .Net 2008 to get to a Visual FoxPro Table? I've seen
demos of it with SQL Server but they've used it with a server browser and
I don't think that'd work when I need to see VFP tables.
Jan 2 '08 #2
cj
Thanks. Linq to DataSet doesn't sound very helpful to me. It sounds as
if I'd have to load all the data I might be needing into datasets then
be able to query them vial Linq. I need to do queries, both reading and
writing, to these tables while our business system continue to work with
the data as well. This will be a real time portal into our system for
customers to inquire about account balances and set up accounts. I
can't load every customers information into data sets on the off chance
they'll submit an inquiry for their balance. I guess Linq will not be
of much help to me since I'm forced to pull most data from VFP tables.
Am I misunderstanding anything?

Cor Ligthert[MVP] wrote:
Linq to SQL is only for SQL server.

Linq to DataSet is for others, however that is not direct to retrieve
the dataset.

http://msdn2.microsoft.com/en-us/library/bb386977.aspx

Cor

"cj" <cj@nospam.nospamschreef in bericht
news:O2**************@TK2MSFTNGP02.phx.gbl...
>Can I use LINQ in VB .Net 2008 to get to a Visual FoxPro Table? I've
seen demos of it with SQL Server but they've used it with a server
browser and I don't think that'd work when I need to see VFP tables.
Jan 2 '08 #3
Hi Cj,

I'm afraid so far the built-in LINQ-SQL feature won't help much for Visual
Foxpro. There does exists some 3rd party community that are working on some
LINQ to other db projects:

#DbLinq Project: Linq Provider for MySql, Oracle and PostgreSQL
http://code2code.net/DB_Linq/

http://www.ayende.com/projects/scratch-pad.aspx

however, direct LINQ to VFP support is still uncertainty.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Date: Wed, 02 Jan 2008 13:31:42 -0500
From: cj <cj@nospam.nospam>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
Subject: Re: Can I use LINQ to get to a VFP table?
>
Thanks. Linq to DataSet doesn't sound very helpful to me. It sounds as
if I'd have to load all the data I might be needing into datasets then
be able to query them vial Linq. I need to do queries, both reading and
writing, to these tables while our business system continue to work with
the data as well. This will be a real time portal into our system for
customers to inquire about account balances and set up accounts. I
can't load every customers information into data sets on the off chance
they'll submit an inquiry for their balance. I guess Linq will not be
of much help to me since I'm forced to pull most data from VFP tables.
Am I misunderstanding anything?

Cor Ligthert[MVP] wrote:
>Linq to SQL is only for SQL server.

Linq to DataSet is for others, however that is not direct to retrieve
the dataset.

http://msdn2.microsoft.com/en-us/library/bb386977.aspx

Cor

"cj" <cj@nospam.nospamschreef in bericht
news:O2**************@TK2MSFTNGP02.phx.gbl...
>>Can I use LINQ in VB .Net 2008 to get to a Visual FoxPro Table? I've
seen demos of it with SQL Server but they've used it with a server
browser and I don't think that'd work when I need to see VFP tables.
Jan 3 '08 #4
cj
Thanks.

Steven Cheng[MSFT] wrote:
Hi Cj,

I'm afraid so far the built-in LINQ-SQL feature won't help much for Visual
Foxpro. There does exists some 3rd party community that are working on some
LINQ to other db projects:

#DbLinq Project: Linq Provider for MySql, Oracle and PostgreSQL
http://code2code.net/DB_Linq/

http://www.ayende.com/projects/scratch-pad.aspx

however, direct LINQ to VFP support is still uncertainty.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Date: Wed, 02 Jan 2008 13:31:42 -0500
From: cj <cj@nospam.nospam>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
Subject: Re: Can I use LINQ to get to a VFP table?
>Thanks. Linq to DataSet doesn't sound very helpful to me. It sounds as
if I'd have to load all the data I might be needing into datasets then
be able to query them vial Linq. I need to do queries, both reading and
writing, to these tables while our business system continue to work with
the data as well. This will be a real time portal into our system for
customers to inquire about account balances and set up accounts. I
can't load every customers information into data sets on the off chance
they'll submit an inquiry for their balance. I guess Linq will not be
of much help to me since I'm forced to pull most data from VFP tables.
Am I misunderstanding anything?

Cor Ligthert[MVP] wrote:
>>Linq to SQL is only for SQL server.

Linq to DataSet is for others, however that is not direct to retrieve
the dataset.

http://msdn2.microsoft.com/en-us/library/bb386977.aspx

Cor

"cj" <cj@nospam.nospamschreef in bericht
news:O2**************@TK2MSFTNGP02.phx.gbl...
Can I use LINQ in VB .Net 2008 to get to a Visual FoxPro Table? I've
seen demos of it with SQL Server but they've used it with a server
browser and I don't think that'd work when I need to see VFP tables.
Jan 3 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: =?Utf-8?B?V2lsc29uIEMuSy4gTmc=?= | last post by:
Hi Experts, I am doing a prototype of providing data access (read, write & search) through Web Service. We observed that the data storing in SQL Server 2005, the memory size is always within...
2
by: Andy B | last post by:
Hi... I have an sql server 2005 database that has a table called TestXml in it. The table has the columns ID (identity, int) and MyXml(xml). I created a stored proc on the server to insert a row...
3
by: Leo Seccia | last post by:
Hello everyone, I have a c# project with a sql server database. I have a number of lookup tables in my database which I successfully managed to import into my LINQ dataclasses. eg. Table:...
2
by: Joey | last post by:
I am querying a DataSet with LINQ. I am running into a problem when trying to construct my query because in the "from" clause I do not know the table name (range variable) until runtime. Possible...
2
by: timor.super | last post by:
Hi group, In my database, I have a table with fields like this : id | title | xml ------------------------------------ 1 | title1 | <datas><data><item...
4
by: =?Utf-8?B?RXJpYyBGYWxza2Vu?= | last post by:
We’re storing our main entity in an insert only table which stores the history of past revisions, but we’re facing problems with storing this history as LINQ will only update the entity, and...
21
by: hrishy | last post by:
Hi Will LINQ be ported to Python ? regards Hrishy
3
by: =?Utf-8?B?UGF1bCBQcmV3ZXR0?= | last post by:
I'm attempting to use LINQ to insert a record into a child table and I'm receiving a "Specified cast is not valid" error that has something to do w/ the keys involved. The stack trace is: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.