Search results for query: *

  1. S

    Question Error upon filling dataAdapter (SQL2005)

    Hi all, I'm trying to fill a dataadapter from my sql2005 server. After filling i'm planning on generating a chart (VS2008) from the datarows. But upon filling the data adapter I'm getting: "A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll" in...
  2. S

    Question Red exclamation mark in DGV bound to SQL

    Hi all, Hope you can help me with this silly question: In my application I have bound a datagridview to a SQL2005 bindingsource. I really had to change a database field (more length allowed) and now de DGV displays red exclamation marks and states: 'Colomn 'password' exceeds the MaxLength...
  3. S

    Connection parameters in variable

    Hi all, My application (vb.net 2008) connects to sql server 2005 express. When I hardcode the following it works with no problem: Dim objconnection As SqlConnection = New SqlConnection("server=.\SQLEXPRESS;database=tstDB;Trusted_Connection=True;") objconnection.Open() But ofcourse I don't...
  4. S

    Question Functions work only if form is run directly (non-MDI)

    Hi all, I have this weird issue: I developed an application with a sequence like this: login form -> mainform (=mdi parent) --> some functionform (mdi-child)--> report form The reportform contains a reportviewer and will display different dataset queries depending on the state of some radio...
  5. S

    Question Two probs with datagridview

    Hi all, I'm struggling with two problems involving datagridview and an access databse. I'm working with VS2008 (VB2008) which seems to differ quite a bit from 2005 on this subject. All I could find on the internet involved mainly VB2005 and didn't work for me. Problem 1: Saving new row to db. I...
  6. S

    Question controlname (checkbox) from variable ?

    Hi al! I've been lurking here for some time and finally registered en now posting. This is my first question which I can't find the answer for. Sorry in advance if this is too easy to ask or too n00b... Anyway, I'd like to refer to 12 checkboxes on my form, "CBOX_mnth1....CBOX_mnth12", by a...
Back
Top