Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18932 - 18962 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18932
Greetings! Our main application is written in C++, but we are beginning the process of migrating into C#. However, as I mentioned in my previous post, our ...
Rob Richardson
interrobang
Offline Send Email
Jan 2, 2009
2:22 pm
18933
Greetings! Environment: PostGRESQL 8.3, WinXP Pro, MS Visual Studio 2008 This question probably has a multiple-part answer, with parts coming from the...
Rob Richardson
interrobang
Offline Send Email
Jan 2, 2009
7:02 pm
18934
different database schema, have you granted access to these tables? (just a guess) rob k ... From: Rama krishna <krishnaramuu@...> Subject: [C#.NET]...
Rob K
nboboloo
Online Now Send Email
Jan 4, 2009
3:23 am
18935
Hi!   Check the entity data model diagram after making the Model.edmx   If tables are shown there then there is not problem with ur edm but with db!   Check...
Junaid Ansari
juanaidansar...
Offline Send Email
Jan 4, 2009
3:24 am
18936
I could able to resolve it, actually the problem was with my tables. I haven't set the primary key for any of the fields from the missing tables. When I have...
Rama krishna
krishnaramuu
Offline Send Email
Jan 4, 2009
3:24 am
18937
Hi Rob, OleDbConnection supports most of the popular RDBMSs. But you may have to configure local machines by installing oledb providers for mysql, pgsql and...
Tanvir Faraj
tanvir_faraj
Online Now Send Email
Jan 4, 2009
3:24 am
18938
you should consider using the MS Application Blocks and spend a little time in the patterns and practices site: ...
Rob K
nboboloo
Online Now Send Email
Jan 4, 2009
3:24 am
18939
some more ORMs: NHibernate Gentle.NET dOOdads IdeaBlade DevForce Express Nolics (academic license is free) NDO (free community version) CoolStorage SubSonic ...
Rob K
nboboloo
Online Now Send Email
Jan 4, 2009
3:24 am
18940
Folks: I'm new to the list. I'm switching from Delphi to C#, and want to buy some C# tutorial books. No need to make recommendations since I can also read the...
Paul
rekorbima
Offline Send Email
Jan 4, 2009
3:25 am
18941
Hi All, I need to know how to host asp.net web application in local host and give the SQL SERVER 2005 permission to allow insert,delete,update from database . ...
Mohammad Zahra
mohammad.zah...
Online Now Send Email
Jan 4, 2009
3:47 am
18942
Hi, I'm intermediate with C#. I need to make a C# Windows App and it's a registeration form that a user will enter his data into the form and store the data...
null_foo
Offline Send Email
Jan 4, 2009
3:47 am
18943
Hi, I was searching about the error you have mentioned in your email. I found, some description regarding this error on the following link. ...
subhan abdus
subhan_abdus
Offline Send Email
Jan 4, 2009
5:33 am
18944
A couple things can go wrong with postgre, make sure you have the most up to date provider. OLEDB is faster and more efficient than ODBC and is natively...
alvin bruney
vapor_dan
Offline Send Email
Jan 4, 2009
5:33 am
18946
Paul - get it use it till it fails to do what you want then buy the version you need. It can and will get you a long ways down the road. I haev MSDN at work...
mneale1
Offline Send Email
Jan 4, 2009
7:55 pm
18947
Thanks. May I assume that the IDE is sufficiently like the "adult" versions of MSVS, that I'll be able to follow C# tutorial books that refer to those...
Paul
rekorbima
Offline Send Email
Jan 5, 2009
6:44 am
18948
Paul, First of all, welcome to the *new* club. Next, to answer your question, you can get up to speed with C# with the express editions. I downloaded the...
Scott Wehrly
wurlimon
Offline Send Email
Jan 5, 2009
6:45 am
18949
Rob Richardson, oledbconnection will not work for sqlserver and oracle both database simultaneously . You need to use some trick . Regards Manish Nath...
manish
manishnathch...
Offline Send Email
Jan 5, 2009
6:45 am
18950
Right click on the folder that contains your asp.net files, and jump to the web sharing tab and make the folder share as web application and assign the...
Syed Atif Imtiaz
aatipk
Online Now Send Email
Jan 5, 2009
6:45 am
18951
Manish, Thank you for the warning. We will never need to worry about using the two databases simultaneousy. Our system only uses one database. One user...
Rob Richardson
interrobang
Offline Send Email
Jan 5, 2009
1:19 pm
18952
Greetings! Up till now, my company's preferred language has been C++. We have a library of classes that wrap the various tables in our database. We have...
Rob Richardson
interrobang
Offline Send Email
Jan 5, 2009
3:21 pm
18953
OK, please ignore this message. It's a DataSet that has multiple tables, not an adapter. ... From: CSharpNET@yahoogroups.com...
Rob Richardson
interrobang
Offline Send Email
Jan 5, 2009
3:23 pm
18954
Hi allI was now developing a time line for movie editing. First iam using a custom control in a panel to scroll and show the time, my problem is as the control...
santhosh vs
everlovingyouth
Offline Send Email
Jan 5, 2009
3:29 pm
18955
It seems to me that the design of ADO.Net assumes that a user will always want to read all records from a table. If, after that, the user decides he only...
Rob Richardson
interrobang
Offline Send Email
Jan 5, 2009
7:11 pm
18956
Greetings! A while back I mentioned that our senior developer does not like ADO.Net, and prefers to use COM Interop to work with the old ADODB classes that we...
Rob Richardson
interrobang
Offline Send Email
Jan 5, 2009
9:51 pm
18957
I'll take a little bit of a stab at answering my own question before I leave. Tell me how close I am. Basically, a collection of DataRows is read-only. It is...
Rob Richardson
interrobang
Offline Send Email
Jan 5, 2009
10:03 pm
18958
Hi, Can some one help me on populating a menu control using C# generics in a webpage. IE menu type is needed, but should able to be done using ...
krishnaramuu
Offline Send Email
Jan 6, 2009
3:39 pm
18959
can any one help me in saving the xml document to sql server database using linq concept. and also should able to display the content of the xml document...
krishnaramuu
Offline Send Email
Jan 6, 2009
3:39 pm
18960
Hello All, I have to add a toolbar button in Adobe PDF document. Is there any way in C# 2.0 to add button in PDF and perform the custom tasks. Thanks in...
Malik Ji
mcs0128
Offline Send Email
Jan 6, 2009
3:40 pm
18961
Hi all, I hope you doing well and all the best for 2009. I'm writing an app where data will be displayed and several of the lines will be coloured. I'm using...
Rashaad Salie
rsalieonelist
Offline Send Email
Jan 6, 2009
3:40 pm
18962
You can try LINQ with lambda expression. Thanks TFR. On Tue, Jan 6, 2009 at 1:10 AM, Rob Richardson...
Tanvir Faraj
tanvir_faraj
Online Now Send Email
Jan 6, 2009
3:40 pm
Messages 18932 - 18962 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help