472,958 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

CAN i use the C# Expression version to connect the SQL 2005

HI,there

I use the VS 2005 EXPRESSION VERSION to develop and the database is SQL
2005 .
Especially ,it is not the SQL 2005 expression version .
I can not find the data connect for SQL 2005 ...
It is true??
thanks
Jan 26 '07 #1
2 1135
cheer wrote:
I use the VS 2005 EXPRESSION VERSION to develop and the database
is SQL
2005 .
Especially ,it is not the SQL 2005 expression version .
I can not find the data connect for SQL 2005 ...
It is true??
The IDE you are using to write C# code does not effect the
functionality of the code you write. You can connect to
any database that you can get an ADO.NET provider for in
your C# code.

What the wizards in VS support is another thing, which I
do not know.

Arne
Jan 26 '07 #2
Arne,
thanks ! it is the wizards problem....
"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:45***********************@news.sunsite.dk...
cheer wrote:
I use the VS 2005 EXPRESSION VERSION to develop and the database is
SQL
>2005 .
Especially ,it is not the SQL 2005 expression version .
I can not find the data connect for SQL 2005 ...
It is true??

The IDE you are using to write C# code does not effect the
functionality of the code you write. You can connect to
any database that you can get an ADO.NET provider for in
your C# code.

What the wizards in VS support is another thing, which I
do not know.

Arne

Jan 26 '07 #3

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

Similar topics

4
by: Andreas Baier | last post by:
Hi, I want to select all "result" nodes from the following xml-document: ---- <results xmlns="http://schemas.microsoft.com/sharepoint/soap/"> <list...
7
by: steve bull | last post by:
I have the following code snippet to read the colorRange attributes for the colorRangeSwatch in the xml file listed below. string expr = "/swatches/colorRangeSwatch/colorRange";...
11
by: randi_clausen | last post by:
Using SQL against a DB2 table the 'with' key word is used to dynamically create a temporary table with an SQL statement that is retained for the duration of that SQL statement. What is the...
4
by: hope | last post by:
Hi, How can I format a string field using Data Formatting Expression property in datagrid? For example: format last name from BROWN to Brown. Thanks
38
by: Astra | last post by:
Hi All Could somebody please confirm that if I change my JS expression test from: if (!(/^*$/.test(document.form1.fred.value))) to if (!(/^*$/.test(document.form1.fred.value)))
14
by: Marcus | last post by:
I have a function that simply returns TRUE if it can connect to a particular Sql Server 2005 express, or FALSE if it cannot. I am getting some strange error codes returned when the computer that...
9
by: Rico | last post by:
Hello, I have an application which I'd like to determine if SQL Server is installed, and if so, what version. Is there any way to do this outside of error trapping? Thanks! Rick
6
by: Edward B. | last post by:
So I started using Expression Web recently, and found its interface very much like VS 2005. Moved around within it just fine, etc. But then I started getting into some heavy ASP.NET programming,...
4
by: Steve B. | last post by:
Hi As we ship some controls with one of our application that targets web designers, we want to add items in the toolbox of the two products. With VS 2005, it is quite easy, but what about this...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.