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!

Recent content by JeffSabat

  1. JeffSabat

    Unable to connect to sql server (local)

    I'm really not sure... nway, i think i have to ask our system/network admin if he have done something in my PC... nway, tnx for the reply...
  2. JeffSabat

    Unable to connect to sql server (local)

    i'm using oledb....i just tried odbc and it works so i dont know what really happens with my crystal report designer why it wont connect anymore using oledb.
  3. JeffSabat

    Unable to connect to sql server (local)

    I'm trying to connect my report to an MSSQL server but i get an error, "Unable to connect to sql server jeffrey" (Jeffrey is the name of my computer where my sql server is running)... what could have been possibly wrong... pls help... i don't know what happen becoz i created this report in the...
  4. JeffSabat

    cross tab summary

    in cross tab summary, group options, a row will be printed for each week, why is it that it only displays 5 days record and not 7 days? how can I make it 7 days.... pls help.....
  5. JeffSabat

    Com+ Deployment using client/server architecture

    I have an application that uses com+ architecture. The idea is, a user from a different place will connect to a MSSQL 2000 database using dial-up internet connection by setting the datasource to the ipconfig of the system where the database resides. However, it won't connect as nothing is...
  6. JeffSabat

    passing parameters in subreport

    anyone who knows how to pass a parameter value in the subreport... i launch the report in VB.net using reportdocument object. below is my code in lauching the report with name RptNAme with a parameter ParamName... my problem is in this report there is a subreport say SubRptName with a parameter...
  7. JeffSabat

    total record count

    tnx Dave.. a star 4 u...
  8. JeffSabat

    total record count

    this is what i want to do. I created a text wherein it will display when there are no records found so i created a formula in the suppress object button. my problem is what would be the formula. I've tried the formula 'recordnumber=0' yet the text still displays even if there are records found...
  9. JeffSabat

    OLEDB Connection Cannot Connect

    Imports System.Data.OleDb Imports System.Data Public Class clsDataAccess Inherits ServicedComponent Private Shared gstrConnectionString As String Private mobjConnAccess As OleDbConnection Public Function DARetrieve(ByVal SqlCmdTxt As String) As DataSet Dim...
  10. JeffSabat

    mscomm license

    tnx for the reply.. i just install vb6 and it now works...:) tnx..
  11. JeffSabat

    mscomm license

    i have a class that use mscomm control, however it creates an error "class is not license for use".. help,what shoud i do? Private MSCOMM1 As New MSCommLib.MSComm
  12. JeffSabat

    @@identity vs @@ident_current

    Hi, ive tested my program instead of using @@identity, i use scope_identity but the problem is it returns a null value. I'm using vb.net in my development and in my program, I have a class for my database connection named clsDataAccess where it has a function insert defined as public function...
  13. JeffSabat

    @@identity vs @@ident_current

    thanks for that great discussion...it really answered my question. Actually, we have the same reason with rdroske where since it is a stored procedure then no other processes can interrupt it.:P But thanks to SQL Sister... point is taken.:) i'm going to share this to my ofcmates, and i'm going...
  14. JeffSabat

    @@identity vs @@ident_current

    we have just a little discussion in the ofc with @@identity vs @@ident_current... it's like this, i have a stored procedure define as.. CREATE PROCEDURE [uspInsertData] @FldName varchar(1000), @FldValue varchar(1000), @tablename varchar(100) AS declare @sql varchar(8000) set @sql = @sql +...
  15. JeffSabat

    query the last autonumber in the table during insert

    thank you for all your replies.:) Patrick, thanks for the solution...i haven't thought about it. probably because i'm looking for a solution that requires less code... and effort.:P thanks most to "cmmrfrds" .... it's just the answer that i wanted...:) i'm not sure though what errors...

Part and Inventory Search

Back
Top