Bugzilla – Attachment 74623 Details for
Bug 60217
error message limited to a dot when mysql native connector is used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Macro fot testing executeQuery on a trivial database
test_macro (text/plain), 444 bytes, created by
t.bazin
on 2013-02-11 15:36:28 UTC
(
hide
)
Description:
Macro fot testing executeQuery on a trivial database
Filename:
MIME Type:
Creator:
t.bazin
Created:
2013-02-11 15:36:28 UTC
Size:
444 bytes
patch
obsolete
>Dim oBase As Object >Sub main >Ouvrir_base >End Sub > >Sub Ouvrir_base >Dim oDBContext As Object , oDB As Object > > >oDBContext = CreateUnoService("com.sun.star.sdb.DatabaseContext") > > >oDB = oDBContext.getbyName("test") > >oBase = oDB.getConnection("root","your_password") > > >Dim oStatement As Object , oRequete As Object >Dim strSQL As String > > >oStatement = oBase.createStatement() > >strSQL = "DELETE FROM test" >oStatement.executeQuery(strSQL) > >End Sub
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 60217
: 74623