Advertisement

1 - 10 of 13 containing alltags:("SQL / .Net") (0.002 seconds)
I'm trying to join 2 unrelated tables to display some of their data in a gridview. I get an error, saying "A field or property with the name 'PaidServer' was not found on the selected datasource". ...
Zones: MS Access, MS SQL Server, ASP.Ne...Date Answered: 11/24/2007 Grade: A Views: 12
How can I get a row count of a table and display the number of rows in a label? Here is my sql code, but I can't figure out how to get the value to put it in a lable. Where I have label1=Row_Count,...
Zones: .NET, MS Visual Basic, SQL SyntaxDate Answered: 12/15/2007 Grade: A Views: 50
Hi All, I lead a team of developers, most of which are self-taught with knowledge very specific to the industry in which we work (Insurance & Finance). We build internal enterprise apps for use ...
Zones: .Net Editors & IDEs, MS Excel, SQL Ser...Date Answered: 03/07/2008 Grade: A Views: 0
How to command in sql select? OR Any proper sql command with hashtable/arraylist eq: SELECT id FROM xtable WHERE id NOT IN (hashtable) OR SELECT id FROM xtable WHERE id NOT IN (arraylist) ...
Zones: .NETDate Answered: 08/15/2008 Grade: C Views: 9
I'm using Visual Studio 2003 and SQL Server 2005. I need to use .NET Framework 1.1.4322 to debug in 2003, but when I make the change in IIS the application can't connect to the SQL Server. I get th...
Zones: Visual Studio, SQL Server 2005Date Answered: 05/25/2007 Grade: A Views: 10
I'm having trouble making a db connection to another server on SQLExpress. Since SQL2000 was installed first, it uses port 1045 - I know this works in my asp so I know it's correct, just the format...
Zones: SQL Server 2005, C#Date Answered: 08/27/2008 Grade: A Views: 37
Hello I have SQL database with two tables: Team(#TeamID, *Name) and Match(#ID, *Home(int), *Guest(int), *Date(datetime),..). So I connected this two tables, Home to TeamID and Guest by TeamID...
Zones: SQL SyntaxDate Answered: 09/04/2008 Grade: A Views: 16
This question is pretty much straightforward: In MSSQL2005 this works like a charm: select :CountResultParam = count(*) from MyTable  where iID = :iIDparam It stores the value in my paramete...
Zones: Interbase / Firebird, MS SQL Server, MySQL Serv...Date Answered: 09/29/2008 Grade: A Views: 14
I am using the "Oracle.DataAccess" class library with VB.NET.  The code executes SQL statements that apply updates to a database.   I have found an unusual issue where I receive the error "ORA-0103...
Zones: Oracle, .NETDate Answered: 04/17/2008 Grade: C Views: 27
Duplicates problem I have a parent table equipment and child table items They have one to many relationship that is an equipment can have more than one items Due to some data entry problems th...
Zones: MS SQL Server, SQL SyntaxDate Answered: 02/01/2008 Grade: A Views: 4