sql server 2008

  1. C

    Question Crystal report linking to Stored Procedure directly

    Hi All, I have a crystal report, which has to be linked with SQL Stored Procedure. Crystal report is in one server and data base is in another server. Is it possible to set the server location from another server? The database name is not being populated even if the server name is given...
  2. S

    Question Invalid Attempt To Call Metadata When Reader Is Closed

    I get an error " INVALID ATTEMPT TO READ METADATA WHEN READER IS CLOSED" when i run my program. Plz help me solve this problem. Below is my Code. Private Sub cmbstudentid_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  3. E

    Question how to insert a query in each datagridview row value

    ok here's the problem, i have 2 datagridview in my form, namely datagridview1 and datagridview2 what im trying to accomplish is to execute a query in each row(datagridview1), and the result will be displayed also in each row of datagridview2(with column name BALANCE_QTY AND CONSUME)...
  4. nK0de

    uploading files (.pdf, .docx, .xls) to SQL Server from a Windows application

    I did quite a lot of research on Google on this topic but didn't come across anything useful and clear. How can I upload files such as .pdf, .docx to SQL Server 2008 from a Windows application? A description on what datatypes to use on SQL Server and what classes to use in the VB.NET code would...
  5. M

    Question How to decrypt data from SQL Server??? Help Please...

    Hello people. Im having a problem in my coding. I am doing a username and password application (sumtthing like a password keeper). So I have created the interface and i integrated vb 2008 with sql server 2008. So the adding of account and password all went fine. I have applied aes 128 bits for...
  6. S

    Question Create ms report, passing 2 parameters to a stored procedure

    Hi everyone, How can I achieve this, anyone, please? I have stored procedure on SQL Server 2008 Express and I need to pass 2 parameters @date1 and @date2 so I can build my report. Thanks!
  7. T

    Remote SQL connection problem, though works fine with SSMS

    I can successfully make a connection to a database on a remote server using SQL Server Management Studio, but when I try to connect to the same database using the add connection wizard in Server Explorer in VB.NET 2008 (Standard version), I get the following error message: The File...
  8. A

    Delete record problems

    I am developing a VB.Net application using Visual Studio 2008 (VB) and SQL Server 2008 Express. I have a table with (say) 7 records in it. If I select a record and then hit delete, the record is deleted but the counter shows that 2 have been deleted. If I have 1 record in the table, an...
  9. J

    Question Setting up dataset in vb code and querying dataset

    I have a table (tblSpanishVerbs) of spanish verbs and need a function to return the corresponding English verb after passing the Spanish verb. For example, from below i want to pass the verb "comer" and return the verb "eat". I am using Visual Studio Express 2008 and have imported a SQL Server...
  10. A

    Export Excel reports in Microsoft SQL Server 2000, 2005 & 2008

    What's new in this release? Aspose.Cells for Reporting Services is already providing comprehensive supports for SQL Server 2005 Reporting Services but this new version 1.4.0 enhances its features set and announces support for SQL Server 2000 and 2008 Reporting Services too. You can also...
  11. Adagio

    Question SQL server 2008 - Connection problems

    I get this lovely message from time to time: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote...
  12. A

    Aspose.Total for .NET Q1 2009 Released

    What’s new in Aspose.Total for .NET Q1 2009? This Q1 2009 release of Aspose.Total for .NET components suite shows you a detailed quarterly summary of newly supported features by Aspose components. Let me list down some of these important features. - Aspose.Words supports importing and...
  13. A

    Aspose.Slides for Reporting Services supports SQL Server 2008

    What’s new in this release? This major release of Aspose.Slides for Reporting Services announces full support of Microsoft SQL Server 2008 Reporting Services. The exported presentation looks as close as possible to a report exported with standard TIFF image exporter. More about Aspose.Slides...
  14. A

    Aspose.BarCode news

    What's new in this release? Aspose.BarCode for .NET now supports MacroPDF417 and Patch barcode (T-Code) recognition with additional new samples for VS 2005. More about Aspose.BarCode for .NET Aspose.BarCode is a .NET component for generation and recognition of Linear and 2D barcodes on all...
Back
Top