-
I am a newbie in silverlight. and I want to know that how can we connect our application to a Database. I am using a SQL 2005 server as a Database. and I don't want to use Linq... so please suggest me how can i make connectivity either directly in silverlight or by using a web service
-
[quote user="akhhttar"] I mean both approches are good. key point is to keep single Entry point from the user prospective. NHibernate is an Object-relational mapping (ORM) solution for the Microsoft .NET platform: it provides a framework for mapping an object-oriented domain model to a traditional...
-
[quote user="akhhttar"] Hi, It seems good to me Or you can use differnt dll for each databases with one Entry Point DLL that takes input and send the request to appropriate dll based on the input. So that user/developer will not be bound to call particular dll for differnt databases. You can...
-
I have given with an assignment to get the feasibility for making a dll which takes some inputs such as database name(Mysql,access, sql, oracle etc.) and some more inputs to generate a query and based on that the dll should return a recordset to the application. is it a good idea. if yes then what inputs...
-
Hi to all, I am new in using the web service in VB.NET. I am creating a windows application. It communicates the database using the web service. I am also using the typed dataset. Windows Application >>> Business Logic Layer (Web Service) >>> Data Access Layer (Typed DataSet) >>>...
Posted to
Getting Started
(Forum)
by
van.net
on
06-02-2009, 12:00 AM
Filed under: Typed Data Set, vb.net, web service, Business Logic Layer, Data Access Layer, database, files, Windows Application
-
Hi guys, can anyone tell me if there's any software that could search my SQL server database? To be more specific - I have a SQL Server 2008 database and a table populated with lots of data that needs to be searched. Table is full-text indexed (non-english). I need a software that will: - Take a...
-
Hopefully someone can help. My programmer who claimed he was an expert at .net is having problems loading our database to our godaddy server. We talked to the people at Plesk and they ran a test and said everything was fine. when he loads the database to the testing server our images show up and the...
-
I want to read data from my database into an array from where I can generate the dropdown list of states. I am able to read data in with the following code, but how do I put it in an array? SqlConnection con = new SqlConnection("Server=CRC;Database=ABCD;Trusted_Connection=True"); SqlCommand...
-
Hi! I'm not exactly a newbie with programming but Asp.Net is rather new to me. I'm working on a website that displays some data from a database. I have a master page where I have defined three dropdownlists and a button (these are hard-coded to the .master page). The dropdownlists need to be...
Posted to
Web Forms
(Forum)
by
kumilanka
on
05-25-2009, 12:00 AM
Filed under: database, dropdownlistst, master / content page
-
hi everybody I have a database in sqlserver 2005 i implemented fulltext search on some tables.Now i want to search in these tables using AND,OR and NOT operators by search.aspx page.Seach.aspx page only has a textbox and button controls only.plz suggest me what is the best approach to use for search...