5089620
9780672329524
= 0) {slash = '\\';} else {slash = '/';}openLoc = figLoc.substring(0, figLoc.lastIndexOf(slash) + 1);while (pPage.substring(0,3) == '../') {openLoc = openLoc.substring(0, openLoc.lastIndexOf(slash, openLoc.length - 2)+ 1);pPage = pPage.substring(3, pPage.length + 1);}popUpWin =window.open('','popWin','resizable=1,scrollbars=1,location=0,toolbar=0,width=525,height=394');figDoc = popUpWin.document;zhtm= ' ' + pPage + ' ';zhtm += ' ';zhtm += ' ';zhtm += ' ';zhtm += '' + pPage.substring(pPage.lastIndexOf('/') + 1, pPage.length) + '';zhtm += ' ';figDoc.write(zhtm);figDoc.close();}// modified 3.1.99 RWE v4.1 --> Data Access in the ASP Data Access in the ASP.NET 2.0 Framework Workbook Introduction This workbook is divided into three sections. The first section contains a step-by-step companion to the video. Each of the modules in the video is written out into steps to make it easier to review the steps after you watch the video. The second section of this workbook contains an introduction to SQL, the language of databases. If you are new to Microsoft SQL Server 2005, or entirely new to the SQL language, you should review this section of the workbook before viewing the video. The video assumes that you are familiar with the SQL language. If not, no worries--read the SQL introduction in the section later in the workbook. Finally, the third section of this workbook contains an introduction to the ASP.NET 2.0 framework. Again, the video assumes that you are familiar with the basics of the ASP.NET framework. If you are completely new to the ASP.NET framework, you should definitely read this section of the workbook before watching the video. Note -If you are interested in reading a comprehensive book on the ASP.NET 2.0 Framework, permit me to recommend my book ASP.NET 2.0 Unleashed. This book covers every aspect of the ASP.NET 2.0 framework. Copyright Pearson Education. All rights reserved.Stephen Walther is the author of 'Data Access in the ASP.NET 2.0 Framework LiveLessons (Video Training)', published 2007 under ISBN 9780672329524 and ISBN 0672329522.
[read more]