Search results for query: *

  1. N

    Question Binding a data table made using a query to a report (RDLC)

    Hey guys I am new to RDLC, so I need some help. I have made a form, embedded the reporting viewer in it, and made an rdlc report with the data source as an access database on the network. I have added all the tables, so I can access all of them in the dataset that was created with this...
  2. N

    Insert statement not working

    In response to your first point, weirdly enough, when I try to insert a value into the PK column, it works perfectly. And yes I'm sure it is a PK and autonumber field. Lets say I DO use the column list. How will I input the PK column value - or have it auto-generated? Second point - the date...
  3. N

    Insert statement not working

    Thank you so much for the advice. I'm sorry I confused you with the substring. I should have substituted it. Also, about getting the substring till the last character - that was a stupid mistake as well. :) However, I checked the value of the statement. It seems to be: insert into Spareparts...
  4. N

    Insert statement not working

    Hi there. This may seem to be an age-old problem to many of you, but I have searched almost everywhere, and haven't found a solution that worked. I have an access database on a network drive, which I am viewing on a datagridview on my form. This DB has 5 columns including the primary key, which...
  5. N

    Using form inheritance for database connection.

    Hello everyone. I am fairly new to VB.NET. I am building a simple mobile application (WM 6.0) in which I have a login form (where the user inputs his username and password) and subsequent forms that capture certain fields that are to be inserted into the same database that contains the username...
  6. N

    FTP download of file with '#' in filename

    Awesome. That worked. Thank you so much TriGun!
  7. N

    FTP download of file with '#' in filename

    Doesn't that replace the character from the uri altogether? Actually I tried it and it replaced the spaces and slashes as well with the % character. Then when it tries to download using the escaped uri, it can't find the file because now the uri does not match the actual file name. Am I doing...
  8. N

    FTP download of file with '#' in filename

    Hello everyone I am using ftpwebrequest to download files from an FTP site. It works perfectly till the point it encounters a file with # in its file name. Then it gives the error "The remote server returned an error: (550) File unavailable (e.g., file not found, no access)." The files that I am...
Back
Top