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. BDW1969

    Connection String

    Help for newbie. I have an asp.net project that I am yaking over. It is written in C# with a MySQL as the backend. I can't locate the connection string. In the web config file I see this <appSettings> <add key="ServerSideViewState" value="true"/> </appSettings> Which is where I thought...
  2. BDW1969

    Finding and Reporting Duplicates from two tables

    Can you run the duplicates query wizard?
  3. BDW1969

    Autonumbers - multiuser application

    ZOR, I have a db with the front/back split like you say you will do, I have been using it for 5 years with anywhere from 10 - 20 users and have no issues with the autonumbers.
  4. BDW1969

    DNS problem, I think

    Thanks to you both, someone had gone in and checked the disable recursion under the advanced tab of the properties.
  5. BDW1969

    DNS problem, I think

    I am new and will try to give a good description of the problem. First I have a 2000 dc which I can ping from the clients. The clients can get on the internet. The dc can't get on the internet and I have no out going e-mail (exchange 2000 but do have it coming in.
  6. BDW1969

    Export to Text File

    I have records that I need to break into multiple lines. For example, the record could be - POL 112 KMJN 9898 X INS 874 CND X VEH 874 CND 9876 NHGB X I need it to look like the following, coming out as a comma delimited file "POL","112","KMJN","9898","X" "INS","874","CND","X"...
  7. BDW1969

    Multi Line output of export

    Sorry about that, I have a more precise example below. "POL","20060310","33855","2","FL",,"2",,"X" "INS","ATLANTICTRUCK LINES, INC.","X" "VEH","ATLA, INC.","X
  8. BDW1969

    Multi Line output of export

    Yeah two records that would be broken into three different lines each. I didn't show the commas as I assumed that the would be understood.
  9. BDW1969

    Multi Line output of export

    I am trying to export records out into a txt file. I am not sure how to get this done. I need the txt file to look like the example below assuming there were just 2 records. I am doing this comma delimited. POL ......X INS ......X VEH ......X POL ......X INS ......X VEH ......X
  10. BDW1969

    Return One Record

    Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Registry Path=;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Database Password=;Data Source="C:\Documents and Settings\local\Desktop\DB Projects\MTU\DataFiles\MTU_be.mdb";Password=;Jet OLEDB:Engine Type=5;Jet OLEDB:Global Bulk...
  11. BDW1969

    Return One Record

    I have a textbox that I have the user enter a customer number and then they click the find button. The proble I have is that it looks to me like the every record in the db is being pulled and not filtered to just the one needed. Any help would be great. Public Class frmNew Inherits...
  12. BDW1969

    Search for a record - used Data Form Wizard

    I would like to that code as well.
  13. BDW1969

    New to VB.NET

    Thanks for the help. Works like a champ now!
  14. BDW1969

    New to VB.NET

    I am new to VB.NET. Can anyone help. I have created a windows form attched to a database. When the form loads it show the first record, but I cant navigate off this record. Any help would be great. Here is the code I have for the navigation buttons. Private Sub...
  15. BDW1969

    New Install

    When I started the install process, I was told that I did not have the proper license.
  16. BDW1969

    New Install

    No in the US
  17. BDW1969

    New Install

    Tried that and have had nothing but trouble, finally told them to give me my money back, still witing on that as well.
  18. BDW1969

    New Install

    No, but I will say the initial install went very well. When it came time for the exchange piece, It told me that I didn't have the proper license. When I tried to call CommVault it whas been nothing but trouble and still isn't installed.
  19. BDW1969

    Syntax error converting nvarchar value to a column of data type int

    WOW thanks so much, you were right and it works great!
  20. BDW1969

    Syntax error converting nvarchar value to a column of data type int

    Tahnks for the reply, the problem I think is with the firstname. I tried your code and received the following. The last SQL statement SELECT FirstName, ID, convert(nvarchar(100),FirstName) + ' ' + ID AS FirstID FROM TblPolicy ORDER BY FirstName Syntax error converting the nvarchar...

Part and Inventory Search

Back
Top