Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Database Checkpoint
#1
Hi All,

I have a problem in database checkpoint. I know how to do a database checkpoint. But I don’t know how it integrates or put it with a web application.

As an example, when I want to check search value with database value, how can I do it?. How do I connect database checkpoint with my search result window or grid.

If any one knows about any idea, please let me know. Thanks

regards,
Amila
Reply
#2
Reply
#3
Thanks,

I wrote a function for database connection and select query, but i can't retrieve data from the function. if u know the way please let me know... thanks.


my function



Code:
Function ConnectDatabase() dim Cnxn,strCnxn dim rsCus,strSQL set Cnxn = CreateObject("ADODB.Connection") set rsCus = CreateObject("ADODB.RecordSet") strCnxn ="DRIVER={Microsoft ODBC for Oracle};UID=amilar12;PWD=mypass;SERVER=TEST_DB_DOMAIN.ORG" Cnxn.Open strCnxn msgbox "connect" strSQL ="select * FROM aa_mgr.jms_messages " rsCus.Open strSQL,Cnxn end function


Regards,
Amila
Reply
#4
when you call the function you need to what variable that you are going to retrieve:

Code:
<VariableName>=<FunctionName>

my code is like this:

Code:
RecordNumbers = get_record_counts (PartialName, PartialNameCounty, PartialNameCity, IncludeAbbrev,Search_Level, Show_Full, Search_Method)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Database CheckPoint Luanna 1 2,303 01-21-2014, 02:27 PM
Last Post: Luanna
  How do I create a database checkpoint to validate data from xls NewAtQTP 0 2,846 02-25-2011, 05:18 PM
Last Post: NewAtQTP
Wink standard checkpoint and text checkpoint kiran10_rm 1 5,969 11-18-2010, 05:16 AM
Last Post: nandu
  fullscreen and bitmap checkpoint error "Cannot create bitmap checkpoint" meuline 2 5,296 12-10-2009, 09:17 PM
Last Post: meuline
  Checkpoint problems: Checkpoint starts before web page is loaded & therefore fails! IdontGetIt 1 4,403 11-20-2009, 11:45 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)