Welcome![Sign In][Sign Up]
Location:
Search - Oracle sql p

Search list

[DatabaseOracle PLSQL 编程手册(SQL大全).rar

Description:

Oracle PLSQL 编程手册(SQL大全).rar


Platform: | Size: 15201 | Author: abscdc | Hits:

[SQL Server读写SQL中的image字段.zip

Description: Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As String) As String Dim rcsPic As ADODB.Recordset Dim sMax As String Dim sInsertPic As String Dim rcsTemp As New Recordset Dim sTempSQL As String If Trim(sPicFile) = "" Then Exit Function On Error GoTo ErrorImportPhoto Set rcsPic = New ADODB.Recordset rcsPic.CursorType = adOpenKeyset rcsPic.LockType = adLockOptimistic ' rcsPic.Open "T_PPICTURE ", AstDbCnt, , , adCmdTable 'astdbcnt 替换为你连接方式 Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile sPicFile rcsPic.AddNew rcsPic.Fields("PERS").Value = sEmpID rcsPic.Fields("PIC").Value = mstream.Read rcsPic.Update mstream.Close Set mstream = Nothing rcsPic.Close Set rcsPic = Nothing Exit Function ErrorImportPhoto: ImportPhoto = "FALSE" End Function '注意要将 AstDbCnt 替换为你的oracle 连接 Public Function DisplayPhoto(oPicture As PictureBox, sPicID As String) Dim rcsDisplay As ADODB.Recordset Set rcsDisplay = New ADODB.Recordset Dim mstream As ADODB.Stream Dim mc0 As String rcsDisplay.Open "Select * from T_PPICTURE where PERS = '" & sPicID & "'", AstDbCnt, adOpenKeyset, adLockOptimistic If rcsDisplay.EOF Then oPicture.Picture = LoadPicture() Exit Function End If If IsNull(rcsDisplay.Fields("PIC").Value) Then oPicture.Picture = LoadPicture() Exit Function End If Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rcsDisplay.Fields("PIC").Value strclose = App.Path & "\AstPhoto_temp" DeleteFile (strclose) mstream.SaveToFile strclose mstream.Close Set mstream = Nothing rcsDisplay.Close Set rcsDisplay = Nothing oPicture.Picture = LoadPicture(strclose) End Function Private Sub Command1_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=IWP2;Initial Catalog=T213;User Id=sa;Password=sql123" Set rs = New ADODB.Recordset rs.Open "Select * from QB_T213PMPD where DT=2006080818", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rs.Fields("MPI").Value mstream.SaveToFile "P:\T213_data\ShowMPI\T213_3.mpi", adSaveCreateOverWrite rs.Close cn.Close End Sub Private Sub Command2_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=;Initial Catalog=pubs;User Id=;Password=" Set rs = New ADODB.Recordset rs.Open "Select * from pub_info", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile "" rs.Fields("logo").Value = mstream.Read rs.Update rs.Close cn.Close End Sub
Platform: | Size: 3123 | Author: wuzhiyong_130@163.com | Hits:

[OtherORACLE DEVELOPER使用指南(PDF)

Description: ORACLE DEVELOP使用指南,详细介绍了PL/SQL、表单、触发器、数据块等-ORACLE DEVELOP use of the guidelines, detailing the PL/SQL, forms, triggers, data blocks, etc.
Platform: | Size: 32264192 | Author: 胡小衣 | Hits:

[OtherOracle(PPT)

Description: 北大青鸟的资料,本人觉得很不错,共享大家-Beida Jade Bird information, I feel very good, everyone shared
Platform: | Size: 1057792 | Author: 段与 | Hits:

[Oracleoracle

Description: 大连华信的Oracle培训用的,个人认为超经典,希望能给学习oracle的同仁以帮助
Platform: | Size: 2707456 | Author: lihui | Hits:

[JSPOracle(ppt)

Description: 这是一个ppt 北大青鸟培训教程,oracle -This is a training course ppt Beida Jade Bird, oracle
Platform: | Size: 1056768 | Author: sophia | Hits:

[OtherMasteringOraclePracticalSolutions-SQLPrograming.p

Description: SQL programing with Oracle examples guide.
Platform: | Size: 329728 | Author: slashdotaccount | Hits:

[Oracled44422gc10aD17265GC20

Description: D17265GC20_ppt-Oracle Database 10g SQL Tuning.pdf d44422gc10-Oracle Database 10g RAC Basic Concepts & Architecture Seminar.pdf
Platform: | Size: 6465536 | Author: 玩雪舞 | Hits:

CodeBus www.codebus.net