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 bkrike 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: JSUAlumni
  • Content: Threads
  • Order by date
  1. JSUAlumni

    DNS Overlapping

    I need some help in configuring my DNS and Active Directory to compensate for the fact that my DNS Server is provided through my ISP. What prompted this error is when trying to install Exchange 2000 I was getting the error that setup could not contact the 2000 Active Directory. I was told that...
  2. JSUAlumni

    Cannot connect to Active Directory

    I know this is probably not a directly related Server problem, but I figure those of you who are experts in Server could tell me what's going wrong. I have a Windows 2000 Server (obviously), and I want to attempt to install Exchange 2000. The first thing I try to do is run /ForestPrep, but when...
  3. JSUAlumni

    Cannot connect to Active Directory

    I know this is probably not a directly related Exchange problem, but I figure those of you who are experts in Exchange could tell me what's going wrong. I have a Windows 2000 Server (obviously), and I want to attempt to install Exchange 2000. The first thing I try to do is run /ForestPrep, but...
  4. JSUAlumni

    VB and Crystal Report Help

    I've developed an application that uses VB 6, Crystal Reports 8, and SQL Server 7. In my application when I hit submit, the form sends the beginning and ending dates to my crystal report like so: Dim selection As String selection = "{Info.Date} >= #" & _ DTPicker1.Value & "# AND...
  5. JSUAlumni

    Using Crystal Reports with VB 6

    I've developed an application that uses VB 6, Crystal Reports 8, and SQL Server 7. In my application when I hit submit, the form sends the beginning and ending dates to my crystal report like so: Dim selection As String selection = "{Info.Date} >= #" & _ DTPicker1.Value & "# AND...
  6. JSUAlumni

    MSADO20.TLB Registration Error

    While trying to run the setup program after running the package and deployment wizard, I get just about finished when I get the following error: C:\winnt\system32\MSADO20.tlb Error while registering the file Anyone know how to fix this?
  7. JSUAlumni

    Database to Vector Error

    Can anyone tell me why the following code produces an invalid descriptor index error? I have a SQL statement that returns 1 row with two columns: time, event. Then I have 2 vectors: Vector time = new Vector(); Vector event = new Vector(); int x = 0; double v = 0; while (rs1.next()){ x =...
  8. JSUAlumni

    Put Resultset into Array or Vector

    I need some help in putting a result set into an array. First, I have a query that returns time. Assuming it returns 4 values, how would I go about reading the values into an array? (If I would be better off to use a vector I would appreciate that help too.) Also, let's say the query returned...

Part and Inventory Search

Back
Top