BlaqJack
Plays your standard game of BlaqJack. Plays through the browser no plugins required. (It's PHP at its best *grin*)
AI
AI 요약: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
소스 코드
Upload
Dim CN As New SqlConnection("server=(local);Database=Northwind;User ID=sa;password=;")
CN.Open()
Dim DA As New SqlDataAdapter("Select CustomerID, CompanyName, ContactName, Phone, Fax from Customers order by 1", CN)
Dim DS As New DataSet()
'DA.FillSchema(DS, SchemaType.Source, "Cust")
DA.Fill(DS, "Cust")
DS.Tables("Cust").Columns("CustomerID").ColumnMapping = MappingType.Hidden
DS.Tables("Cust").Columns("CompanyName").ReadOnly = True
DataGrid1.SetDataBinding(DS, "Cust")
원본 댓글 (3)
Wayback Machine에서 복구됨