sir,
i mean a .sql filename which has the ex:
insert into tablename(values)...
Godspeed,
my_aro
Type: Posts; User: my_aro; Keyword(s):
sir,
i mean a .sql filename which has the ex:
insert into tablename(values)...
Godspeed,
my_aro
i mean an .sql which has the db structure.. can i do this?
hi,
is there a way of how to automatically load a database schema in Spring using hibernate tru hbm2ddl? for example i have database.sql file. How will i invoke it in Spring-hibernate so it will...
hi guys,
i have a problem on my Spring-Velocity code:
im getting this error;
ResourceManager : unable to find resource 'C:\Documents and...
hi,
im using JPA + Spring2 on my project ServiceImpl are anotated with @Transactional, and an EntityManager annotated as the @PersistenceContext, but my problem is, is there a way to manage my...
thank u very much..
anybody can help me please...?
how can i have a JNDI connection using iBatis and JBOSS?
can anybody help me find some documents on how to setup Spring with iBatis?
im a newbie in ibatis..
2 tables name shipping and truck
shipping table has:
id
shipper
consignee
dateinput
thanks for the help...
i have a problem with iBatis, i have these tables,
CREATE TABLE [dbo].[Items] (
[itemid] bigint IDENTITY(1, 1) NOT NULL,
[categoryname] bigint NULL,
[itemname] varchar(50) COLLATE...