Search results for query: *

  1. P

    Help me to update my datagridview

    Hi I am using vb.net to design my application and sql sever ce for database connection. In this i am using a form to insert the data into database and a datagridview for viewing and editing the data stored. My problem is when I insert a new data in my form, it was not updated on the...
  2. P

    Help me to deploy application with database

    This is my program please help me to resolve this Imports System.Data.SqlClient Public Class Form1 Dim con As SqlConnection Dim com As SqlCommand Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code...
  3. P

    Help me to deploy application with database

    I've recreated the application with sql compact server 3.5 database. When debugging I got an error that the ExecuteNonQuery:Connection property has not been initialized. The connection string I'm Using is con.ConnectionString = "database=|DataDirectory|\soldier.sdf;" Help me to resolve this
  4. P

    Help me to deploy application with database

    yes. I had added the database directly to the project.
  5. P

    Help me to deploy application with database

    I had creaqted my database in the server explorer by adding new database and creating a new mdf file. Please give me step by step instructions to deploy my app. Because I'm new to programming. Thanks in advance.
  6. P

    Help me to deploy application with database

    Please give me some steps to deploy it. I didn't knew about this because I'm new to programming.
  7. P

    Help me to deploy application with database

    I had a vb.net application with database connection. I am using Microsoft visual studio 2010 for developing windows application and Microsoft SQL Server 2008 for database access. My question is how to deploy the application and how to install it in other computers. I've tried a step but when...
Back
Top