Search results for query: *

  1. R

    Icollection error

    sorry for taking so long to reply. I figured out my problem. It was really dumb on my part. i forgot to import the correct namespace for it :rolleyes: i apologize:o
  2. R

    sql asp.net problem

    Hi everybody need some help: I have a web form that takes some data from my textboxes and send them through a DAL and return the data from my table. On loading the page it works fine because at that point i am passing no arguments the problem comes in when i want to pass arguments from my text...
  3. R

    Icollection error

    I have a dal for my website that i am developing. when i use the Icollection syntax i am getting the error: System.Collections.ICollection' has no type parameters and so cannot have type arguments. can anyone tell me that this means.
  4. R

    problem with loading data to database

    I am still trying to figure out why the program is cutting the qry variable string. that is the problem i found. I sent the qry variable's output to a text file and it will run all of the text strings i specify in a loop except the last 3 or 4 lines. for example let's say qry is equal to...
  5. R

    problem with loading data to database

    sorry for taking so long ss7. I believe the program is reading the text file properly. it is when it goes to the qry variable to create the command string it is cutting off there. Still haven't figured out what's the problem though.
  6. R

    problem with loading data to database

    I have a problem loading my data to my database. I am using mysql. I noticed the problem when i executed my code and it kept giving me a "Argument 'Prompt' cannot be converted to type 'String'" error. But when i checked the db it had some the information in there it would not have the last 3...
  7. R

    using windows authentication with MySQL

    thanx john I think i will build my system using your suggestion.
  8. R

    using windows authentication with MySQL

    so there is no way to use the windows authentication with mysql?
  9. R

    using windows authentication with MySQL

    Hey guys: I am developing a database application that will be used in the making of reports. The problem I have is my boss wants when the people use the application that they just click on the app and it automatically logs them into the database using their windows AD login credientials. Is...
  10. R

    Progress tutorial

    Hi everyone this is my first post::) I am a complete noob to vb.net I am creating a gui frontend that will take data from a text file and load it to a mysql db. I want to create a progress bar that will show how much of the proccess has completed. But I don't quite understand the mechanics...
  11. R

    running exes using asp.net

    Hello everyone. I have two programs that i wrote using c++.net and vb.net. I have the exes and they work fine. What I want to do is load them onto a windows server machine and at a certain time each night have both of the programs executed one after the other. Is there a way to do this using...
  12. R

    VB.net and Sql server 2000 problem

    problem revisited I have found a problem that could lead to the solution to my previous problem. I tried a smaller data set. When I did that I found that when I read the data from the text file using the Peek() method for some reason it reading one value from each line of my text file...
  13. R

    VB.net and Sql server 2000 problem

    Hi everyone: I am a complete noob to VB.net and I have a major problem. I am writing a program that will take data from a text file and send it to a sql server db. For the most part the program works. However, It seems that when the program runs it takes the first ten lines from the text file...
Back
Top