Posts Tagged Creare
How to: Create a DLL – Dynamic Link Library in C++ as Visual Studio 2008 Project
Posted by marius.popa in C++, Data Structures on December 10, 2009
Using DLL ensure productivity and/or financial gain in the software development process by reusing the source code written C++. Routines and/or programming components included in a DLL are referenced in the application without the need of their re-implementation in these applications.
Read the rest of this entry »
Crearea unei biblioteci DLL – Dynamic Link Library in C++ sub Visual Studio 2008
Posted by marius.popa in C++, Data Structures on October 20, 2009
Utilizarea bibliotecilor DLL asigura productivitate si/sau castig financiar in procesul de dezvoltare software prin reutilizarea de cod sursa C++. Rutinele si/sau componentele de programare incluse intr-o biblioteca DLL sunt doar referite in aplicatii fara a mai fi nevoie reimplementarea lor in aceste aplicatii.
Crearea unei conexiuni ADO.NET si utilizarea DataSet in VB.NET
Posted by marius.popa in VB.NET on July 10, 2009
Databinding reprezinta caracteristica a controalelor de interfata VB.NET de extragere si afisare a datelor dintr-o sursa de date (baza de date) intr-un mod transparent pentru utilizator. Fiecare control de interfata legat de o sursa de date poseda propriile proprietati.
Legarea controalelor de interfata cu surse de date se realizeaza prin clase suport definite in mediul de programare bazat pe .NET Framework. Un exemplu in acest sens este ADO.NET (System.Data) care creeaza o conexiune la o sursa de date (baza de date).
How to: Create a VB.NET Solution with Visual Studio 2008
Posted by marius.popa in VB.NET on July 7, 2009
A software application developed in VB.NET language is built into a VB.NET solution.
A VB.NET solution consists of one or more projects.
A project VB.NET generates one or more fundamental installation units exe, dll.
An installation unit is generated from one or more source files.
How to: Create the Structure of a Table Using Design View in Microsoft Access 2003
Posted by marius.popa in Access 2003 on July 6, 2009
Creating a table using Design View in Access 2003 consists in explicit defining the data types [...] associated to the fields and their properties.
TableĀ EMPLOYEES is considered, having the following structure: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs.
Crearea unei baze de date in VB.NET
Posted by marius.popa in VB.NET on June 26, 2009
Baza de date este un termen ce desemneaza un fisier structurat, creat in vederea stocarii si administrarii datelor. Administrarea datelor in baze de date vizeaza operatii precum: regasirea, sortarea, gruparea si relationarea datelor.
Stocarea si administrarea datelor se realizeaza prin intermediul sistemelor de gestiune a bazelor de date SGBD. Un exemplu de astfel de SGBD este SQL Server. Mai mult, acesta este un SGBD Relational.
How to: Create a Table Object in a Database Microsoft Access 2003
Posted by marius.popa in Access 2003 on June 24, 2009
Creating a table in a database Microsoft Access 2003 consists in:
- selecting the type of object Tables in the Database Window [...];
- command launch New in the toolbar of the Database Window;
- selecting how to create the table from the list of the options in the dialog box New Table.
How to: Create a Database in Microsoft Access 2003
Posted by marius.popa in Access 2003 on June 19, 2009
A database contains information on data to be stored and managed.
Creating a database Microsoft Access 2003 is made either from a blank database, either from a template of the database provided by Microsoft Access 2003 application.
Crearea unei solutii VB.NET cu ajutorul mediului de dezvoltare Visual Studio 2008
Posted by marius.popa in VB.NET on May 28, 2009
O aplicatie software dezvoltata in limbajul VB.NET este construita intr-o solutie VB.NET.
O solutie VB.NET este formata din unul sau mai multe proiecte.
Crearea structurii unui tabel inclus intr-o baza de date Microsoft Access 2003 utilizand Design View
Posted by marius.popa in Access 2003 on May 27, 2009
Crearea unui tabel utilizand Design View in Access 2003 consta in definirea explicita a tipurilor de date [...] asociate campurilor si proprietatile acestora.
Se considera relatia ANGAJATI cu urmatoarea structura: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs.

in romanian
in english