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 ...
Greetings! Environment: PostGRESQL 8.3, WinXP Pro, MS Visual Studio 2008 This question probably has a multiple-part answer, with parts coming from the...
different database schema, have you granted access to these tables? (just a guess) rob k ... From: Rama krishna <krishnaramuu@...> Subject: [C#.NET]...
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...
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...
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...
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...
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 . ...
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...
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...
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...
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, 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...
Rob Richardson, oledbconnection will not work for sqlserver and oracle both database simultaneously . You need to use some trick . Regards Manish Nath...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...