updated with latest files
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@8969 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Oracle stuff
|
||||
#
|
||||
require 'oci8'
|
||||
#require 'oci8'
|
||||
#used to handle javascript popups
|
||||
require 'watir/contrib/enabled_popup'
|
||||
require 'watir/WindowHelper'
|
||||
@@ -24,13 +24,13 @@ end
|
||||
#
|
||||
# DOSQL
|
||||
#
|
||||
def dosql(p_sql)
|
||||
conn = OCI8.new(DBUSERNAME,DBPASSWORD,DATABASE)
|
||||
#conn.exec('begin DELETE_TEST_DATA; end;')
|
||||
puts p_sql
|
||||
conn.exec(p_sql)
|
||||
#def dosql(p_sql)
|
||||
# conn = OCI8.new(DBUSERNAME,DBPASSWORD,DATABASE)
|
||||
##conn.exec('begin DELETE_TEST_DATA; end;')
|
||||
#puts p_sql
|
||||
#conn.exec(p_sql)
|
||||
#conn.exec('commit;')
|
||||
end
|
||||
#end
|
||||
|
||||
#
|
||||
#LOGIN
|
||||
|
||||
Reference in New Issue
Block a user