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 SkipVought 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: *

  1. Junior1544

    Dim db As Database Causes error Can not file project or Library

    I'm trying to edit a database that was given to me from many other past programmers. When trying to run some code from a form, I'm getting the error Can not file project or Library on the line Dim db As Database DAO is listed and checked in the references, so What's causing this? Thanks...
  2. Junior1544

    Problem with CrossTab Query

    I'm having a problem with a cross tab query. Any time I try to run the query i get an Invalid Bracketing of name error. I have the form it's referencing open and there's data in the fields... I just dono what to look at to fix it, and I don't know much about sql itself. Below is the sql...
  3. Junior1544

    dropdownlist problem

    there's two things i can say here... if you are using a bound form, i wont be able to help at all, sorry... if it's an unbound form, then when you're populating the drop down, check to see if there's a value from your datastore in that field first. such as if isnull(your variable or...
  4. Junior1544

    Upload a file?

    I'm not exacly new to asp.net and vb.net, but i only do what i know how. I was just asked to be able to upload an excel file to import to an online database. the data access stuff i don't have a problem with right now, what i'm having a problem with is being able to upload the excel file...
  5. Junior1544

    Security Tokins?

    I've been tasked with making an application that can read a digital certificate of the user (stored on a cac card tokin) and then pull out the person's name from it... The middle ware is NetSign CAC. I can't seem to find any information on their website for program development. Is this...
  6. Junior1544

    Read username of a certificate in a windows app made with vb.net

    That looks like it just verify's the the encryption certs are valid and usable to encrypt... I'm looking for a way to pull identity information from a certificate... The user computer will have both email, and an identity certificate on the computer... --James
  7. Junior1544

    Read username of a certificate in a windows app made with vb.net

    I've been tasked with making a VB.Net application using Visuel Studio that can read a digital certificate of the user and then pull out the person's name from it... Is this possable, and if so, would you be able to point me in the right direction to get going?? I'm not a good programmer, I've...
  8. Junior1544

    IIS as a proxy?

    I need to setup an off site proxy to reach some of the web site I visit, like this one. The reason my it people gave me is that "Chat" site are to be banned from all interenet access at my office. I have a computer at home with windows xp pro and was hoping that I could use that with iis...
  9. Junior1544

    iis / site backups to remote server?

    I havn't been around on this site for a long time... I know very little about what you are tring to do, but it sounds a little like a server farm(even though that would be much bigger), the information you find if you look that up might help you solve your problems... if it came down to it...
  10. Junior1544

    Share internet access over a vpn?

    ok, Thanks... I'll reconsider this route and talk to a few people at the office to see what they think... Thanks a bunch! --James junior1544@jmjpc.net Life is change. To deny change is to deny life.
  11. Junior1544

    Share internet access over a vpn?

    I havn't heard the term Split Tunneling befor, Could you describe it a little for me?? I wasn't asking for all of those things, any one should do. Also, I have a static IP at home, so it can be blocked at a few levels for any one but me... --James junior1544@jmjpc.net Life is change. To...
  12. Junior1544

    Share internet access over a vpn?

    I hadn't thought of that... I'll look into it a bit... Any thoughts on a web proxy that'll work, is cheep/free and easy to configure?? --James junior1544@jmjpc.net Life is change. To deny change is to deny life.
  13. Junior1544

    Share internet access over a vpn?

    The firewall is now off, it's still not working... the protocal is pptp... Any other possabilities?? I tried looking at ics, but i can't enable it because I only have one nic in the vpn server... --James junior1544@jmjpc.net Life is change. To deny change is to deny life.
  14. Junior1544

    Share internet access over a vpn?

    I have a bit of a problem... Relevant information: All operating systems involved are Win xp Pro. At home I use a soho router. My problem is that I need to be able to use the internet connection from my office from home because I need to be able to access certain web sites from home...
  15. Junior1544

    select distinct question?

    Yes... But then how do I get it to return the other fields as well?? I need a table returned to my app that has those different fields... Even if just the name is the distinct?? Thanks. --James junior1544@jmjpc.net Life is change. To deny change is to deny life.
  16. Junior1544

    select distinct question?

    I have a sql question... Here is the sql statement I currently have: SELECT DISTINCT Gate.Name, Gate.Organization, Gate.PlateNum, Gate.PlateState, Gate.REC_ID FROM Gate; REC_ID is a random number generated for easier record reference... What happens when I use this statement, it returns all...
  17. Junior1544

    Newbie - Need to create a list of people that are most often listed.

    That does return everything... But it's not exacly what I need... it's close though... And thanks for helping... I'll try to refine it a little better... the way you describe, it will return the same person multiple times... I just need each person listed once, with the latest info...
  18. Junior1544

    Newbie - Need to create a list of people that are most often listed.

    That looks great... How would I go about having it return a few other fields with that name aswell... Just fields such as Phone number or other things... I'd like to have about 4 more fields that are already in the database included... They would not be sorted against, or part of the top 10...
  19. Junior1544

    Newbie - Need to create a list of people that are most often listed.

    I have a table that contains a list of people and every time they've logged some thing. Sorta like a history table. What I need is an sql statement that will return the top ten people that have the most records... The data in the following fields can be the critera for for if this person has...
  20. Junior1544

    Domain type security without a domain?

    I have a situation where there is a stand alone pc running win xp that needs to be setup rather securly... to many people use it and i've had to come in and repair it to many times... I have instituted a policy where any one that will use it get's a login name and password... Now that the...

Part and Inventory Search

Back
Top