Cargando…

Client/server applications with Visual FoxPro and SQL server /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Otros Autores: Urwiler, Chuck
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Whitefish Bay, Wis. : Hentzenwerke Pub., ©2000.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocm70070211
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cn|||||||||
008 011228s2000 wiu o 001 0 eng d
040 |a MEAUC  |b eng  |e pn  |c MEAUC  |d OCLCQ  |d TEFOD  |d IDEBK  |d CAI  |d WPG  |d OCLCQ  |d DKDLA  |d MERUC  |d CCO  |d E7B  |d VVN  |d OCLCQ  |d OCLCO  |d N$T  |d YDXCP  |d FVL  |d B24X7  |d OCLCQ  |d NTE  |d OCLCF  |d N$T  |d OCLCQ  |d OCLCO  |d EBLCP  |d OCLCQ  |d AZK  |d CNNLC  |d LOA  |d CNNOR  |d SUR  |d MOR  |d PIFBR  |d ZCU  |d LIV  |d OCLCQ  |d OCLCO  |d U3W  |d BRL  |d STF  |d WRM  |d NRAMU  |d ICG  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d OCLCQ  |d OCLCO  |d VLY  |d BRF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 48770611  |a 52604445  |a 53986454  |a 276799449  |a 475500180  |a 488740868  |a 559302611  |a 647465408  |a 722430402  |a 728037667  |a 756533802  |a 888514758  |a 923121698  |a 961564537  |a 961623889  |a 962598090  |a 962630328  |a 984880003  |a 1037519866  |a 1053045062  |a 1162269001  |a 1290063578 
020 |a 9781930919112  |q (electronic bk. ;  |q Adobe Reader) 
020 |a 1930919115  |q (electronic bk. ;  |q Adobe Reader) 
020 |a 1280552026 
020 |a 9781280552021 
020 |a 9786610552023 
020 |a 6610552029 
020 |z 1930919115 
020 |z 1930919018  |q (pbk.) 
029 1 |a AU@  |b 000053221836 
029 1 |a AU@  |b 000053230706 
029 1 |a AU@  |b 000066763682 
029 1 |a DEBBG  |b BV044100017 
029 1 |a NZ1  |b 12032796 
035 |a (OCoLC)70070211  |z (OCoLC)48770611  |z (OCoLC)52604445  |z (OCoLC)53986454  |z (OCoLC)276799449  |z (OCoLC)475500180  |z (OCoLC)488740868  |z (OCoLC)559302611  |z (OCoLC)647465408  |z (OCoLC)722430402  |z (OCoLC)728037667  |z (OCoLC)756533802  |z (OCoLC)888514758  |z (OCoLC)923121698  |z (OCoLC)961564537  |z (OCoLC)961623889  |z (OCoLC)962598090  |z (OCoLC)962630328  |z (OCoLC)984880003  |z (OCoLC)1037519866  |z (OCoLC)1053045062  |z (OCoLC)1162269001  |z (OCoLC)1290063578 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.D32  |b C55 2000beb 
072 7 |a COM  |x 051170  |2 bisacsh 
082 0 4 |a 005.756/5  |2 21 
049 |a UAMI 
245 0 0 |a Client/server applications with Visual FoxPro and SQL server /  |c Chuck Urwiler [and others]. 
260 |a Whitefish Bay, Wis. :  |b Hentzenwerke Pub.,  |c ©2000. 
300 |a 1 online resource (xix, 242 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Dedication -- Our Contract with You, The Reader -- Acknowledgements -- About the Authors -- How to Download the Files -- Table of Contents -- Chapter 1 Introduction to Client/Server -- The PC revolution -- Client/server to the rescue -- Features of client/server databases -- Data access -- Security -- Database backup -- Point-in-time recovery -- Triggers -- Referential integrity -- Indexes -- Defaults -- Rules -- Primary key generation -- Stored procedures -- Views -- User-defined data types -- Replication -- Transactions -- Scalability 
505 8 |a ReliabilityAdvantages of client/server -- Performance -- Cost -- Security -- Scalability -- Summary -- Chapter 2 Visual FoxPro for Client/Server Development -- Object-oriented programming (OOP) -- Support for COM -- Built-in client/server support -- Built-in local data engine -- Support for other data-access technologies -- Rapid Application Development (RAD) -- Summary -- Chapter 3 Introduction to SQL Server 7.0 -- Why move to SQL Server? -- Capacity -- Concurrency -- Robustness -- Security -- Installation -- SQL Server editions 
505 8 |a LicensingCharacter sets -- Sort order -- Network libraries -- Databases, database files and the transaction log -- Types of databases -- Database files -- Creating a database -- The transaction log -- How SQL Server allocates storage -- Transactions and locking -- Implicit and explicit transactions -- Locking -- Database objects -- SQL Server object names -- Tables -- Enforcing data integrity -- Indexes -- Views -- Stored procedures -- Triggers -- Summary -- Chapter 4 Remote Views -- Connections -- Remote views -- Updatable views 
505 8 |a BufferingCommitting and refreshing buffers -- Other view properties -- FetchAsNeeded and FetchSize -- MaxRecords -- FetchMemo -- Tables -- Field properties -- DefaultValue -- RuleExpression -- UpdateName -- DataType -- Summary -- Chapter 5 Upsizing: Moving from File-Server to Client/Server -- Why upsize? -- Using the SQL Server Upsizing Wizard -- Indexes -- Defaults -- Relationships -- Validation rules -- Changes made locally -- Finished at last? Modifying the results of the Upsizing Wizard -- The local database -- Summary 
505 8 |a Chapter 6 Extending Remote Views with SQL Pass ThroughConnecting to the server -- The SQLConnect() function -- The SQLStringConnect() function -- Handling connection errors -- Disconnecting -- Accessing metadata -- The SQLTables() function -- The SQLColumns() function -- Submitting queries -- Queries that return a result set -- Retrieving multiple result sets -- Queries that modify data -- Parameterized queries -- Making SQL pass through result sets updatable -- Calling stored procedures -- Handling input and output parameters -- Transaction management 
546 |a English. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Visual FoxPro for Windows. 
630 0 0 |a SQL server. 
630 0 7 |a SQL server  |2 fast 
630 0 7 |a Visual FoxPro for Windows  |2 fast 
650 0 |a Database management  |x Computer programs. 
650 2 |a Database Management Systems 
650 6 |a Bases de données  |x Gestion  |x Logiciels. 
650 7 |a COMPUTERS  |x Programming Languages  |x SQL.  |2 bisacsh 
650 7 |a Database management  |x Computer programs  |2 fast 
653 |a Andre fag (naturvidenskab og teknik)  |a Andre fag 
700 1 |a Urwiler, Chuck. 
758 |i has work:  |a Client/Server Applications with Visual FoxPro and SQL Server (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD3cgyP63QFyR83B6M7VFTd  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |t Client/server applications with Visual FoxPro and SQL server.  |d Whitefish Bay, WI : Hentzenwerke Pub., ©2000  |z 1930919018  |w (OCoLC)47348004 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=3301801  |z Texto completo 
938 |a Books 24x7  |b B247  |n bks00001491 
938 |a EBL - Ebook Library  |b EBLB  |n EBL3301801 
938 |a ebrary  |b EBRY  |n ebr10110772 
938 |a EBSCOhost  |b EBSC  |n 83575 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 55202 
938 |a YBP Library Services  |b YANK  |n 2361727 
994 |a 92  |b IZTAP