Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kmfna
  • Content: Threads
  • Order by date
  1. kmfna

    Cross database query security

    Hello all, I have been looking, but can't find any relevant information about the security of joining tables across databases. I personally can't see an issue at first glance, but one of my colleagues quite condescendingly said there is a security issue and I should "just google it" and...
  2. kmfna

    non null terminated string help

    Hello all, My company has recently started working with a 3rd party that has provided us with a .dll which returns a non null-terminated string. I'm not sure exactly what their rationale is behind that, as opposed to a byte array (since we are retrieving an image), but we are looking for a...
  3. kmfna

    VS 2005 question

    Hello all, Its been a little while since I've been on tek-tips, so thought I'd say "Hi" before beginning my question. Anyway, my company just recently upgraded our .net 1.1 projects to .net 2.0. We upgraded everything as web applications, as opposed to web sites, because of the crazy amount...
  4. kmfna

    IN versus OR

    Hello all, I was curious if someone could tell me when you should use an "IN" statement versus "OR" statements in your where clause, if you just have a list of values (not an "in (select.. from..). So really I guess the main question is where, roughly, is the performance cutoff? 2 values...
  5. kmfna

    Just a starting point for comparing

    Hello all, I just thought that I would drop in and leave a simple starting point for people, if they wanted to try to perform some equal operations. This isn't a fully fleshed out class, but I wanted to give a decent starting point for people that needed something generic, but never had the...
  6. kmfna

    Question about preprocessor directives

    Hello all, I was curious if it is possible to create a header file, much like in c++ that could contain all of my preprocessor directives that I need. I have about 14 forms that are going to need this conditional setup, and didn't want to have to duplicate the #define 14 times. They are...
  7. kmfna

    autocomplete tool-tips

    Hello all, I was curious if there is a way to add your own tooltips for autocomplete. For Example, if type "string." and select "Empty", you see: "string String.Empty Represents the empty string. This field is read-only." So I was wondering if there is a tag that will display comments like...
  8. kmfna

    Permissions error

    Hello all, I just started working for a company that is running VSS6.0. Pretty much everyone is working from a development box, but I was going to work from my local box. The problem is, when I try to connect, I receive an error about not having permissions to access rights.dat. I have tried...
  9. kmfna

    DataGridView question

    Hello all, I am working on a winforms app and was planning to use the DataGridView as my display mechanism. However, I can't seem to find a way to use paging, or something similar. Anyway, I just thought I'd see if anyone had any ideas about how to do this, I know the Web Form version has an...
  10. kmfna

    Crystal Reports subreport/C#

    Hello all, I am working with the crystal reports package that is included with VS 2003. I am able to create my main report easily enough and have added my subreport object. The problem is that I need to be able to specify at run-time what the arguments for the subreport are. For the main...
  11. kmfna

    Minimizing to System Tray

    Hello all, I was curious if anyone knows of a way to minimize a console app to the system tray. I have just written an application that is designed to run all the time and fire at certain intervals. I could make it a service, but I need it to run with a window that I can interact with, just...
  12. kmfna

    Trigger question

    Hello all, I am working on some triggers to help keep up with Adds/Deletes/Updates, our business requires that we send data loads out to people, and an initial file, followed by an adds/deletes/updates file makes the most sense (as we will only have to send 4+ gig files only once, then can send...
  13. kmfna

    libraries

    Hello all, I hope everyone is having a nice day, thus far, and that everyone in the path of Katrina is safely away. Now, to the question. Does anyone know where I can get a couple of decent libraries, preferably open source, for reading information from a magnetic card scanner (for credit...
  14. kmfna

    Order of the where clauses

    Hello all, I was curious, do the where statements in queries work from the top down or bottom up? ie. would you want to put the statements that narrow the return down by the most first or last? Thanks, Kevin - "The truth hurts, maybe not as much as jumping on a bicycle with no seat, but it...
  15. kmfna

    Wasted Bandwidth?

    Hello all, We are running a Cisco 1720 and are about to upgrade to a fiber line. Wile looking for a new card (telcove said we had to use an ethernet connection, as opposed to the VDET(?) that we are currently using) I found that the WIC-1ENET is the only ethernet card available and is only...
  16. kmfna

    Error Handling

    Hello all, I have just finished with a simple error handling class that I thought might make things a bit simpler for people, if you'd like to use it. As always I would be happy to hear any recommendations, and see any changes you all make to this. It also uses a screenshot class that a...
  17. kmfna

    reading/writing EDI files

    Hello all, I was just curious if anyone had ever had to read and write to EDI files...in this I am a newbie, and am not sure where to even start, really. I believe that I am looking down the barrel of having to develop something to work with ASC X12 formatting... So, I suppose the real...
  18. kmfna

    Changing a value in a dataGrid

    Hello all, I am working on a project that has a datagrid bound to a dataset (well, a table of the dataset). This has worked nicely to this point, however, I need to be able to allow a user to put a straight set of numbers (without slashes) in a date field. I have the function to change the...
  19. kmfna

    overloading DataGrid to not allow deletion of row

    Hello all, Its been a while since I've been able to visit this wonderful exchange of knowledge, so first off, just wanted to say, "Hi, its good to be back". Anyway, I am having a minor issue. I want to stop a user from deleting a row in a datagrid (windows form, not asp) for various reasons...
  20. kmfna

    Raid 5 server died...

    Hello all, At work, we have a server that has a raid 5 setup... channel 1 consists of disks 0 & 1 channel 2 consists of disks 8 & 9 Today one of my coworkers pulled out 0 & 1 and now there are errors and the computer will not boot up. It is saying that we have a degraded drive and implies...

Part and Inventory Search

Back
Top